--- attrib/att.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 4da25dc..297c302 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -111,12 +111,6 @@ struct att_range { uint16_t end; }; -/* These functions do byte conversion */ -static inline void att_put_u16(uint16_t src, void *dst) -{ - bt_put_unaligned(htobs(src), (uint16_t *) 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