Searched refs:hci (Results 1 – 24 of 24) sorted by relevance
/system/bt/main/ |
D | bte_main.c | 80 static const hci_t *hci; variable 104 hci = hci_layer_get_interface(); in bte_main_boot_entry() 105 if (!hci) in bte_main_boot_entry() 114 data_dispatcher_register_default(hci->event_dispatcher, btu_hci_msg_queue); in bte_main_boot_entry() 115 hci->set_data_queue(btu_hci_msg_queue); in bte_main_boot_entry() 132 hci->set_data_queue(NULL); in bte_main_cleanup() 193 hci->do_postload(); in bte_main_postload_cfg() 208 hci->send_low_power_command(enable ? LPM_ENABLE : LPM_DISABLE); in bte_main_enable_lpm() 222 hci->send_low_power_command(LPM_WAKE_DEASSERT); in bte_main_lpm_allow_bt_device_sleep() 236 hci->send_low_power_command(LPM_WAKE_ASSERT); in bte_main_lpm_wake_bt_device() [all …]
|
D | BUILD.gn | 44 "//hci", 45 "//hci/include", 49 "//hci/includ", 66 "//hci",
|
D | Android.mk | 47 $(LOCAL_PATH)/../hci/include\ 77 libbt-hci \ 101 libbt-hci \
|
/system/bt/doc/ |
D | network_ports.md | 7 * TCP 8872 (hci/src/btsnoop_net.c) - read live btsnoop logs 8 * TCP 8873 (hci/src/hci_inject.c) - inject HCI packets into HCI stream
|
D | properties.md | 10 Used in hci/src/hci_layer.c, default 8000.
|
D | directory_layout.md | 19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.
|
/system/bt/hci/src/ |
D | vendor.c | 38 static const hci_t *hci; variable 51 hci = hci_interface; in vendor_open() 179 assert(hci != NULL); in transmit_cb() 180 hci->transmit_command((BT_HDR *)buffer, transmit_completed_callback, NULL, callback); in transmit_cb()
|
D | hci_inject.c | 53 static const hci_t *hci; variable 74 hci = hci_interface; in hci_inject_open() 181 hci->transmit_downward(buf->event, buf); in read_ready()
|
/system/bt/hci/ |
D | BUILD.gn | 17 static_library("hci") { 62 "//hci/include", 68 "//hci",
|
D | Android.mk | 34 LOCAL_MODULE := libbt-hci 72 LOCAL_STATIC_LIBRARIES := libbt-hci libosi libcutils libbtcore libbt-protos
|
/system/bt/vendor_libs/test_vendor_lib/ |
D | Android.mk | 25 $(BT_DIR)/hci/include \ 61 $(BT_DIR)/hci/include \
|
D | BUILD.gn | 40 "//hci/include",
|
/system/bt/hci/test/ |
D | hci_layer_test.cpp | 63 static const hci_t *hci; variable 368 EXPECT_EQ(hci, hci_interface); 533 hci = hci_layer_get_test_interface( 608 hci->do_postload(); 617 hci->transmit_downward(MSG_STACK_TO_HC_HCI_ACL, packet); 667 hci->transmit_command(data_to_receive, NULL, NULL, NULL); 690 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL); 715 hci->transmit_command(data_to_receive, command_complete_callback, command_status_callback, NULL);
|
/system/bt/device/src/ |
D | controller.c | 50 static const hci_t *hci; variable 79 #define AWAIT_COMMAND(command) future_await(hci->transmit_command_futured(command)) 496 hci = hci_layer_get_interface(); in controller_get_interface() 509 hci = hci_interface; in controller_get_test_interface()
|
/system/bt/device/ |
D | Android.mk | 29 $(LOCAL_PATH)/../hci/include \
|
D | BUILD.gn | 27 "//hci/include",
|
/system/bt/stack/ |
D | Android.mk | 26 $(LOCAL_PATH)/../hci/include \ 153 LOCAL_STATIC_LIBRARIES := libbt-hci
|
D | BUILD.gn | 156 "//hci/include",
|
/system/bt/ |
D | BUILD.gn | 38 "//hci:net_test_hci",
|
/system/bt/btif/ |
D | BUILD.gn | 79 "//hci/include",
|
D | Android.mk | 101 $(LOCAL_PATH)/../hci/include\
|
/system/bt/bta/ |
D | Android.mk | 91 $(LOCAL_PATH)/../hci/include \
|
D | BUILD.gn | 102 "//hci/include",
|
/system/sepolicy/ |
D | device.te | 60 # All devices have a uart for the hci
|