Home
last modified time | relevance | path

Searched refs:ntoh64 (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h173 #define ntoh64(x) (x) macro
190 static inline uint64_t ntoh64(uint64_t n) in ntoh64() function
216 #define hton64(x) ntoh64(x)
/external/bluetooth/bluez/health/
Dmcap_sync.c95 #define hton64(x) ntoh64(x)
653 timestamp = ntoh64(req->timestst); in proc_sync_set_req()
846 timestamp = ntoh64(rsp->timestst); in proc_sync_set_rsp()
877 data.timestamp = ntoh64(req->timestst); in proc_sync_info_ind()
/external/bluetooth/hcidump/src/
Dhcidump.c430 ts = ntoh64(ph.ts); in read_dump()
436 ts = ntoh64(dp.ts) - 0x00E03AB44A676000ll; in read_dump()
/external/bluetooth/bluez/lib/
Dsdp.c1103 d->val.uint64 = ntoh64(bt_get_unaligned((uint64_t *) p)); in extract_int()