Searched refs:bdaddr_t (Results 1 – 5 of 5) sorted by relevance
/external/qemu/hw/ |
D | bt.h | 29 } __attribute__((packed)) bdaddr_t; typedef 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) in bacmp() 38 return memcmp(ba1, ba2, sizeof(bdaddr_t)); in bacmp() 40 static inline void bacpy(bdaddr_t *dst, const bdaddr_t *src) in bacpy() 42 memcpy(dst, src, sizeof(bdaddr_t)); in bacpy() 74 bdaddr_t bd_addr; 454 bdaddr_t bdaddr; [all …]
|
D | bt-hci-csr.c | 47 bdaddr_t bd_addr; 401 memset(&s->bd_addr, 0, sizeof(bdaddr_t)); in csrhci_reset()
|
D | bt-hci.c | 65 bdaddr_t awaiting_bdaddr[HCI_HANDLES_MAX]; 675 static int bt_hci_connect(struct bt_hci_s *hci, bdaddr_t *bdaddr) in bt_hci_connect() 709 bdaddr_t *bdaddr) in bt_hci_connection_reject_event() 811 bdaddr_t *bdaddr) in bt_hci_lmp_connection_ready() 942 static int bt_hci_name_req(struct bt_hci_s *hci, bdaddr_t *bdaddr) in bt_hci_name_req() 1292 uint8_t status, bdaddr_t *bd_addr) in bt_hci_event_complete_conn_cancel() 1326 bdaddr_t *bd_addr) in bt_hci_event_complete_name_cancel() 2132 bacpy(&hci->device.bd_addr, (const bdaddr_t *) bd_addr); in bt_hci_bdaddr_set()
|
/external/qemu/ |
D | vl.c | 572 bdaddr_t bdaddr; in bt_hci_parse()
|
D | vl-android.c | 768 bdaddr_t bdaddr; in bt_hci_parse()
|