Home
last modified time | relevance | path

Searched refs:OnReadAfhChannelMapComplete (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks.h76 …virtual void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map…
Dconnection_management_callbacks_mock.h80 OnReadAfhChannelMapComplete,
Dclassic_acl_connection.cc131 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() function in bluetooth::hci::acl_manager::AclConnectionTracker
132 SAVE_OR_CALL(OnReadAfhChannelMapComplete, afh_mode, afh_channel_map) in OnReadAfhChannelMapComplete()
277 OnReadAfhChannelMapComplete(complete_view.GetAfhMode(), complete_view.GetAfhChannelMap()); in on_read_afh_channel_map_complete()
Dclassic_acl_connection_test.cc221 void OnReadAfhChannelMapComplete( in OnReadAfhChannelMapComplete() function in TestConnectionManagementCallbacks
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.h193 …void OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) o…
Dlink.cc423 void Link::OnReadAfhChannelMapComplete( in OnReadAfhChannelMapComplete() function in bluetooth::l2cap::classic::internal::Link
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc529 void OnReadAfhChannelMapComplete( in OnReadAfhChannelMapComplete() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc382 …MOCK_METHOD2(OnReadAfhChannelMapComplete, void(AfhMode afh_mode, std::array<uint8_t, 10> afh_chann…
Dacl_manager_test.cc1137 OnReadAfhChannelMapComplete(AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc637 void OnReadAfhChannelMapComplete( in OnReadAfhChannelMapComplete() function in ClassicShimAclConnection