/btstack/example/ |
H A D | dut_mode_classic.c | 90 if (enable_dut_mode && hci_can_send_command_packet_now()){ in packet_handler()
|
H A D | ant_test.c | 79 if (!hci_can_send_command_packet_now()) return; in ant_run()
|
/btstack/test/crypto/ |
H A D | mock.c | 16 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
H A D | aes_cmac_test2.cpp | 92 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/chipset/csr/ |
H A D | csr_set_bd_addr.c | 142 if (!hci_can_send_command_packet_now()) return; in packet_handler()
|
/btstack/test/gap/ |
H A D | hci_test.cpp | 431 TEST(HCI, hci_can_send_command_packet_now){ in TEST() argument 433 hci_can_send_command_packet_now(); in TEST() 435 hci_can_send_command_packet_now(); in TEST()
|
/btstack/test/att_db/ |
H A D | att_db_util_test.cpp | 98 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/test/fuzz/ |
H A D | fuzz_l2cap_whitebox.c | 95 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
H A D | fuzz_l2cap.c | 94 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/test/mesh/ |
H A D | mock.c | 120 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/test/gatt_client/ |
H A D | mock.c | 134 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/test/gatt_server/ |
H A D | mock.c | 139 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/test/security_manager/ |
H A D | mock.c | 166 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/test/hfp/ |
H A D | mock.c | 221 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
|
/btstack/src/classic/ |
H A D | hsp_hs.c | 452 if (hsp_hs_accept_sco_connection && hci_can_send_command_packet_now()){ in hsp_run()
|
H A D | hsp_ag.c | 507 if (!hci_can_send_command_packet_now()) return; in hsp_run()
|
H A D | hfp_ag.c | 1176 if (hci_can_send_command_packet_now() == false) return 0; in hfp_ag_run_for_audio_connection() 2283 if (hci_can_send_command_packet_now()) { in hfp_ag_run_for_context()
|
H A D | hfp_hf.c | 754 if (hci_can_send_command_packet_now() == 0) return; in hfp_hf_run_for_context()
|
/btstack/src/ |
H A D | hci.c | 753 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function 1873 …itializing_run: substate %u, can send %u", hci_stack->substate, hci_can_send_command_packet_now()); in hci_initializing_run() 1875 if (!hci_can_send_command_packet_now()) return; in hci_initializing_run() 5600 if (!hci_can_send_command_packet_now()) return; in hci_halting_run() 5615 if (!hci_can_send_command_packet_now()) return; in hci_halting_run() 5660 if (!hci_can_send_command_packet_now()) return; in hci_halting_run() 5676 if (!hci_can_send_command_packet_now()) return; in hci_halting_run() 5763 if (!hci_can_send_command_packet_now()) return; in hci_falling_asleep_run() 5775 if (!hci_can_send_command_packet_now()) return; in hci_falling_asleep_run() 6495 if (!hci_can_send_command_packet_now()) { in hci_run_general_gap_le() [all …]
|
H A D | hci.h | 1482 bool hci_can_send_command_packet_now(void);
|
H A D | btstack_crypto.c | 859 if (!hci_can_send_command_packet_now()) return; in btstack_crypto_run()
|
H A D | l2cap.c | 1674 if (!hci_can_send_command_packet_now()) break; in l2cap_run_for_classic_channel() 2857 if (!hci_can_send_command_packet_now()) { in l2cap_check_classic_timeout()
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 146 *hci_can_send_command_packet_now()* function, which returns true, 154 if (hci_can_send_command_packet_now()){
|
/btstack/src/ble/ |
H A D | sm.c | 2814 if (!hci_can_send_command_packet_now()) return false; in sm_run_ready() 2832 if (!hci_can_send_command_packet_now()) return; in sm_run()
|