Searched refs:hci_interface (Results 1 – 8 of 8) sorted by relevance
/system/bt/vendor_libs/linux/ |
D | bt_vendor_linux.c | 82 static int hci_interface; variable 107 hci_interface = strtol(prop_value, NULL, 10); in bt_vendor_init() 109 hci_interface = strtol(prop_value + 3, NULL, 10); in bt_vendor_init() 111 hci_interface = 0; in bt_vendor_init() 113 LOG_INFO(LOG_TAG, "Using interface hci%d", hci_interface); in bt_vendor_init() 213 if (ev.opcode == MGMT_EV_INDEX_ADDED && ev.index == hci_interface) { in bt_vendor_wait_hcidev() 225 if (cc->index[i] == hci_interface) in bt_vendor_wait_hcidev() 322 addr.hci_dev = hci_interface; in bt_vendor_fw_cfg() 326 LOG_ERROR(LOG_TAG, "HCI interface (%d) not found", hci_interface); in bt_vendor_fw_cfg()
|
/system/bt/hci/src/ |
D | hci_inject.c | 64 bool hci_inject_open(const hci_t *hci_interface) { in hci_inject_open() argument 72 assert(hci_interface != NULL); in hci_inject_open() 74 hci = hci_interface; in hci_inject_open()
|
D | vendor.c | 49 const hci_t *hci_interface) { in vendor_open() argument 51 hci = hci_interface; in vendor_open()
|
/system/bt/hci/include/ |
D | hci_inject.h | 28 bool (*open)(const hci_t *hci_interface);
|
D | vendor.h | 56 const hci_t *hci_interface
|
/system/bt/device/include/ |
D | controller.h | 84 const hci_t *hci_interface,
|
/system/bt/device/src/ |
D | controller.c | 505 const hci_t *hci_interface, in controller_get_test_interface() argument 509 hci = hci_interface; in controller_get_test_interface()
|
/system/bt/hci/test/ |
D | hci_layer_test.cpp | 274 UNUSED_ATTR const hci_t *hci_interface)) 365 STUB_FUNCTION(bool, vendor_open, (UNUSED_ATTR const uint8_t *addr, const hci_t *hci_interface)) 368 EXPECT_EQ(hci, hci_interface);
|