[PATCH BlueZ v0 56/62] attrib: Remove att_put_u128()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 attrib/att.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/attrib/att.h b/attrib/att.h
index 00dd8d0..0875a3b 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -117,13 +117,6 @@ static inline void att_put_u16(uint16_t src, void *dst)
 	bt_put_unaligned(htobs(src), (uint16_t *) dst);
 }
 
-static inline void att_put_u128(uint128_t src, void *dst)
-{
-	uint128_t *d128 = dst;
-
-	htob128(&src, d128);
-}
-
 static inline void att_put_uuid16(bt_uuid_t src, void *dst)
 {
 	att_put_u16(src.value.u16, 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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux