Searched refs:btu_hcif_hdl_command_status (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_btu_test.cc | 28 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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 1029 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 1128 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 1130 ::btu_hcif_hdl_command_status(opcode, status, p_cmd); in btu_hcif_hdl_command_status() 1156 btu_hcif_hdl_command_status(opcode, status, stream); in btu_hcif_command_status_evt_on_task()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | btu_hcif.h | 35 void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, const uint8_t* p_cmd);
|