Searched refs:ntoh128 (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | bluetooth.h | 175 static inline void ntoh128(const uint128_t *src, uint128_t *dst) in ntoh128() function 201 static inline void ntoh128(const uint128_t *src, uint128_t *dst) in ntoh128() function 217 #define hton128(x, y) ntoh128(x, y)
|
/external/bluetooth/bluez/test/ |
D | uuidtest.c | 52 ntoh128(&n, &i); in main() 103 ntoh128(&n, &i); in main() 211 ntoh128(&n, &i); in main()
|
/external/bluetooth/bluez/lib/ |
D | uuid.c | 256 ntoh128(&n128, &u128); in bt_string_to_uuid128()
|
D | sdp.c | 1113 ntoh128((uint128_t *) p, &d->val.uint128); in extract_int()
|
/external/bluetooth/bluez/plugins/ |
D | mgmtops.c | 694 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128); in mgmt_add_uuid() 722 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128); in mgmt_remove_uuid()
|