--- attrib/att.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 46bd253..0b98df3 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -152,17 +152,6 @@ static inline void att_put_uuid(bt_uuid_t src, void *dst) att_put_uuid128(src, dst); } -static inline bt_uuid_t att_get_uuid128(const void *ptr) -{ - bt_uuid_t uuid; - uint128_t value; - - value = att_get_u128(ptr); - bt_uuid128_create(&uuid, value); - - return uuid; -} - struct att_data_list *att_data_list_alloc(uint16_t num, uint16_t len); void att_data_list_free(struct att_data_list *list); -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html