--- attrib/att.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/attrib/att.h b/attrib/att.h index 0b98df3..670f51a 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -112,16 +112,6 @@ struct att_range { }; /* These functions do byte conversion */ -static inline uint128_t att_get_u128(const void *ptr) -{ - const uint128_t *u128_ptr = ptr; - uint128_t dst; - - btoh128(u128_ptr, &dst); - - return dst; -} - static inline void att_put_u16(uint16_t src, void *dst) { bt_put_unaligned(htobs(src), (uint16_t *) dst); -- 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