Home
last modified time | relevance | path

Searched refs:btoh128 (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h180 static inline void btoh128(const uint128_t *src, uint128_t *dst) in btoh128() function
209 static inline void btoh128(const uint128_t *src, uint128_t *dst) in btoh128() function
218 #define htob128(x, y) btoh128(x, y)
/external/bluetooth/bluez/attrib/
Datt.h184 btoh128(u128_ptr, &dst); in att_get_u128()
/external/bluetooth/bluez/plugins/
Dgatt-example.c397 btoh128(&char_weight_uuid_btorder, &char_weight_uuid); in register_weight_service()