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

  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.h 129 } __attribute__((packed)) bdaddr_t; typedef in typeref:struct:__anon20211
135 bdaddr_t addr;
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.h 128 } __attribute__((packed)) bdaddr_t; typedef in typeref:struct:__anon21206
134 bdaddr_t addr;
  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 109 } __attribute__((packed)) bdaddr_t; typedef in typeref:struct:__anon43718
110 #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}})
111 #define BDADDR_ALL (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}})
112 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
  /external/qemu/hw/
bt.h 29 } __attribute__((packed)) bdaddr_t; typedef in typeref:struct:__anon12329
31 #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}})
32 #define BDADDR_ALL (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}})
33 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
36 static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2)
38 return memcmp(ba1, ba2, sizeof(bdaddr_t));
40 static inline void bacpy(bdaddr_t *dst, const bdaddr_t *src)
42 memcpy(dst, src, sizeof(bdaddr_t));
    [all...]

Completed in 171 milliseconds