Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dconnection_management_callbacks.h76 …al void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) = 0;
Dclassic_acl_connection.cc126 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() argument
127 SAVE_OR_CALL(OnReadAfhChannelMapComplete, afh_mode, afh_channel_map) in OnReadAfhChannelMapComplete()
/system/bt/main/shim/
Dacl_legacy_interface.h84 uint8_t afh_channel_map[]);
Dacl.cc485 hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) override { in OnReadAfhChannelMapComplete() argument
/system/bt/gd/l2cap/classic/internal/
Dlink.h179 …void OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) o…
Dlink.cc411 …Link::OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) { in OnReadAfhChannelMapComplete() argument
/system/bt/gd/hci/
Dacl_manager_test.cc518 …HOD2(OnReadAfhChannelMapComplete, void(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map));
1278 …std::array<uint8_t, 10> afh_channel_map = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0… in TEST_F() local
1281 OnReadAfhChannelMapComplete(AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F()
1284 … AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F()
Dhci_packets.pdl2769 afh_channel_map : 8[10],
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc504 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() argument