--- attrib/att.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 89698dc..35281e5 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -158,15 +158,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_uuid16(const void *ptr) -{ - bt_uuid_t uuid; - - bt_uuid16_create(&uuid, att_get_u16(ptr)); - - return uuid; -} - static inline bt_uuid_t att_get_uuid128(const void *ptr) { bt_uuid_t uuid; -- 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