HomeSort by relevance Sort by last modified time
    Searched defs:btohl (Results 1 - 2 of 2) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 45 #define btohl(d) (d) macro
50 #define btohl(d) bswap_32(d) macro
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 91 #define btohl(d) (d) macro
96 #define btohl(d) bswap_32(d) macro

Completed in 13 milliseconds