/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
uim.h | 129 } __attribute__((packed)) bdaddr_t; typedef in typeref:struct:__anon35752 135 bdaddr_t addr;
|
/hardware/ti/wpan/ti_st/uim-sysfs/ |
uim.h | 128 } __attribute__((packed)) bdaddr_t; typedef in typeref:struct:__anon35762 134 bdaddr_t addr;
|
/external/qemu/hw/ |
bt.h | 29 } __attribute__((packed)) bdaddr_t; typedef in typeref:struct:__anon27972 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...] |