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

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