Searched refs:afh_channel_map (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/l2cap/classic/internal/ |
D | link.h | 160 …ReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) override;
|
D | link.cc | 320 …Link::OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) { in OnReadAfhChannelMapComplete() argument
|
/system/bt/gd/hci/ |
D | acl_manager.h | 77 …al void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) = 0;
|
D | acl_manager_test.cc | 439 …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()
|
D | acl_manager.cc | 951 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()
|
D | hci_packets.pdl | 2144 afh_channel_map : 8[10],
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 284 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() argument
|
D | le_acl_manager_facade.cc | 291 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() argument
|