--- attrib/att.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 6155848..00dd8d0 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -129,11 +129,6 @@ static inline void att_put_uuid16(bt_uuid_t src, void *dst) att_put_u16(src.value.u16, dst); } -static inline void att_put_uuid128(bt_uuid_t src, void *dst) -{ - att_put_u128(src.value.u128, dst); -} - 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