Home
last modified time | relevance | path

Searched refs:btu_hcif_hdl_command_status (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_btu_test.cc28 void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, const uint8_t* p_cmd);
44 bluetooth::legacy::testing::btu_hcif_hdl_command_status(HCI_SETUP_ESCO_CONNECTION, in TEST_F()
52 bluetooth::legacy::testing::btu_hcif_hdl_command_status(HCI_SETUP_ESCO_CONNECTION, in TEST_F()
76 bluetooth::legacy::testing::btu_hcif_hdl_command_status(HCI_SETUP_ESCO_CONNECTION, in TEST_F()
/packages/modules/Bluetooth/system/stack/include/
Dbtu_hcif.h35 void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, const uint8_t* p_cmd);
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1033 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, const uint8_t* p_cmd) { in btu_hcif_hdl_command_status() function
1132 void bluetooth::legacy::testing::btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status() function in bluetooth::legacy::testing
1134 ::btu_hcif_hdl_command_status(opcode, status, p_cmd); in btu_hcif_hdl_command_status()
1160 btu_hcif_hdl_command_status(opcode, status, stream); in btu_hcif_command_status_evt_on_task()