HomeSort by relevance Sort by last modified time
    Searched refs:htobl (Results 1 - 9 of 9) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 90 #define htobl(d) (d) macro
96 #define htobl(d) bswap_32(d) macro
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 100 #define htobl(d) (d) macro
105 #define htobl(d) bswap_32(d) macro
  /external/bluetooth/bluez/attrib/
att.h 201 bt_put_unaligned(htobl(src), (uint32_t *) dst);
  /external/bluetooth/bluez/test/
scotest.c 277 *(uint32_t *) buf = htobl(seq);
rctest.c 509 *(uint32_t *) buf = htobl(seq);
l2test.c 758 *(uint32_t *) buf = htobl(seq);
  /external/bluetooth/hcidump/src/
hcidump.c 320 dh->ts_sec = htobl(frm.ts.tv_sec);
321 dh->ts_usec = htobl(frm.ts.tv_usec);
  /external/bluetooth/bluez/tools/
hciconfig.c 515 dr.dev_opt = htobl(htobs(mpkt) | (htobs(mtu) << 16));
535 dr.dev_opt = htobl(htobs(mpkt) | (htobs(mtu) << 16));
    [all...]
  /external/bluetooth/bluez/src/
adapter.c     [all...]

Completed in 253 milliseconds