Home
last modified time | relevance | path

Searched refs:hci_can_send_command_packet_now (Results 1 – 24 of 24) sorted by relevance

/btstack/example/
H A Ddut_mode_classic.c90 if (enable_dut_mode && hci_can_send_command_packet_now()){ in packet_handler()
H A Dant_test.c79 if (!hci_can_send_command_packet_now()) return; in ant_run()
/btstack/test/crypto/
H A Dmock.c16 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
H A Daes_cmac_test2.cpp92 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/chipset/csr/
H A Dcsr_set_bd_addr.c142 if (!hci_can_send_command_packet_now()) return; in packet_handler()
/btstack/test/gap/
H A Dhci_test.cpp431 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 Datt_db_util_test.cpp98 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/test/fuzz/
H A Dfuzz_l2cap_whitebox.c95 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
H A Dfuzz_l2cap.c94 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/test/mesh/
H A Dmock.c120 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/test/gatt_client/
H A Dmock.c134 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/test/gatt_server/
H A Dmock.c139 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/test/security_manager/
H A Dmock.c166 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/test/hfp/
H A Dmock.c221 bool hci_can_send_command_packet_now(void){ in hci_can_send_command_packet_now() function
/btstack/src/classic/
H A Dhsp_hs.c452 if (hsp_hs_accept_sco_connection && hci_can_send_command_packet_now()){ in hsp_run()
H A Dhsp_ag.c507 if (!hci_can_send_command_packet_now()) return; in hsp_run()
H A Dhfp_ag.c1176 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 Dhfp_hf.c754 if (hci_can_send_command_packet_now() == 0) return; in hfp_hf_run_for_context()
/btstack/src/
H A Dhci.c753 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 Dhci.h1482 bool hci_can_send_command_packet_now(void);
H A Dbtstack_crypto.c859 if (!hci_can_send_command_packet_now()) return; in btstack_crypto_run()
H A Dl2cap.c1674 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 Dprotocols.md146 *hci_can_send_command_packet_now()* function, which returns true,
154 if (hci_can_send_command_packet_now()){
/btstack/src/ble/
H A Dsm.c2814 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()