Home
last modified time | relevance | path

Searched defs:afh_channel_map (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Dlink.cc411 …Link::OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) { in OnReadAfhChannelMapComplete()
/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()
/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.cc126 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete()
/system/bt/main/shim/
Dacl.cc485 hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) override { in OnReadAfhChannelMapComplete()
/system/bt/gd/hci/
Dacl_manager_test.cc1278 …std::array<uint8_t, 10> afh_channel_map = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0… in TEST_F() local