Home
last modified time | relevance | path

Searched refs:afh_channel_map (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Dlink.h160 …ReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) override;
Dlink.cc320 …Link::OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) { in OnReadAfhChannelMapComplete() argument
/system/bt/gd/hci/
Dacl_manager.h77 …al void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) = 0;
Dacl_manager_test.cc439 …HOD2(OnReadAfhChannelMapComplete, void(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map));
1097 …std::array<uint8_t, 10> afh_channel_map = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0… in TEST_F() local
1100 OnReadAfhChannelMapComplete(AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F()
1103 … AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F()
Dacl_manager.cc951 std::array<uint8_t, 10> afh_channel_map = complete_view.GetAfhChannelMap(); in on_read_afh_channel_map_complete() local
954 … common::Unretained(acl_connection.command_complete_callbacks_), afh_mode, afh_channel_map)); in on_read_afh_channel_map_complete()
Dhci_packets.pdl2144 afh_channel_map : 8[10],
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc284 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() argument
Dle_acl_manager_facade.cc291 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() argument