Home
last modified time | relevance | path

Searched refs:hci_interface (Results 1 – 8 of 8) sorted by relevance

/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c82 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/
Dhci_inject.c64 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()
Dvendor.c49 const hci_t *hci_interface) { in vendor_open() argument
51 hci = hci_interface; in vendor_open()
/system/bt/hci/include/
Dhci_inject.h28 bool (*open)(const hci_t *hci_interface);
Dvendor.h56 const hci_t *hci_interface
/system/bt/device/include/
Dcontroller.h84 const hci_t *hci_interface,
/system/bt/device/src/
Dcontroller.c505 const hci_t *hci_interface, in controller_get_test_interface() argument
509 hci = hci_interface; in controller_get_test_interface()
/system/bt/hci/test/
Dhci_layer_test.cpp274 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);