Searched defs:hci (Results 1 – 5 of 5) sorted by relevance
/external/qemu/hw/ |
D | bt-hci.c | 432 static inline uint8_t *bt_hci_event_start(struct bt_hci_s *hci, in bt_hci_event_start() 456 static inline void bt_hci_event(struct bt_hci_s *hci, int evt, in bt_hci_event() 470 static inline void bt_hci_event_status(struct bt_hci_s *hci, int status) in bt_hci_event_status() 481 static inline void bt_hci_event_complete(struct bt_hci_s *hci, in bt_hci_event_complete() 501 struct bt_hci_s *hci = (struct bt_hci_s *) opaque; in bt_hci_inquiry_done() local 515 static void bt_hci_inquiry_result_standard(struct bt_hci_s *hci, in bt_hci_inquiry_result_standard() 534 static void bt_hci_inquiry_result_with_rssi(struct bt_hci_s *hci, in bt_hci_inquiry_result_with_rssi() 554 static void bt_hci_inquiry_result(struct bt_hci_s *hci, in bt_hci_inquiry_result() 583 static void bt_hci_inquiry_start(struct bt_hci_s *hci, int length) in bt_hci_inquiry_start() 609 struct bt_hci_s *hci = (struct bt_hci_s *) opaque; in bt_hci_inquiry_next() local [all …]
|
D | bt-hci-csr.c | 48 struct HCIInfo *hci; member
|
/external/qemu/ |
D | bt-host.c | 39 struct HCIInfo hci; member 46 static void bt_host_send(struct HCIInfo *hci, in bt_host_send() 67 static void bt_host_cmd(struct HCIInfo *hci, const uint8_t *data, int len) in bt_host_cmd() 72 static void bt_host_acl(struct HCIInfo *hci, const uint8_t *data, int len) in bt_host_acl() 77 static void bt_host_sco(struct HCIInfo *hci, const uint8_t *data, int len) in bt_host_sco() 140 static int bt_host_bdaddr_set(struct HCIInfo *hci, const uint8_t *bd_addr) in bt_host_bdaddr_set()
|
D | vl.c | 515 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) in null_hci_send() 519 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr) in null_hci_addr_set() 571 struct HCIInfo *hci; in bt_hci_parse() local
|
D | vl-android.c | 711 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) in null_hci_send() 715 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr) in null_hci_addr_set() 767 struct HCIInfo *hci; in bt_hci_parse() local
|