Searched defs:command_complete_callbacks (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ | ||
D | hci_layer_fake.h | 100 std::list<common::ContextualOnceCallback<void(CommandCompleteView)>> command_complete_callbacks; variable |
D | le_periodic_sync_manager_test.cc | 121 std::move(command_complete_callbacks.front())(complete_view); in CommandCompleteCallback() local |
D | hci_layer_fake.cc | 203 std::move(command_complete_callbacks.front())(complete_view); in CommandCompleteCallback() local |
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ | ||
D | le_acl_connection_test.cc | 135 command_complete_callbacks; member in bluetooth::hci::acl_manager::__anon67124b5c0111::TestLeAclConnectionInterface |
D | classic_acl_connection_test.cc | 182 command_complete_callbacks; member in TestAclConnectionInterface |