--- attrib/att.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 670f51a..6155848 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -134,14 +134,6 @@ static inline void att_put_uuid128(bt_uuid_t src, void *dst) att_put_u128(src.value.u128, dst); } -static inline void att_put_uuid(bt_uuid_t src, void *dst) -{ - if (src.type == BT_UUID16) - att_put_uuid16(src, dst); - else - att_put_uuid128(src, 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