Home
last modified time | relevance | path

Searched refs:afh_mode (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.h81 (AfhMode afh_mode, (std::array<uint8_t, 10>)afh_channel_map),
Dclassic_acl_connection.cc131 …void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) overri… in OnReadAfhChannelMapComplete() argument
132 SAVE_OR_CALL(OnReadAfhChannelMapComplete, afh_mode, afh_channel_map) in OnReadAfhChannelMapComplete()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc424 hci::AfhMode afh_mode, std::array<uint8_t, 10> /* afh_channel_map */) { in OnReadAfhChannelMapComplete() argument
425 log::info("UNIMPLEMENTED afh_mode:{}", hci::AfhModeText(afh_mode)); in OnReadAfhChannelMapComplete()
Dlink.h193 …void OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) o…
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.h79 void (*on_read_afh_channel_map_complete)(uint8_t afh_mode,
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc530 AfhMode afh_mode, std::array<uint8_t, 10> /* afh_channel_map */) override { in OnReadAfhChannelMapComplete() argument
531 log::info("OnReadAfhChannelMapComplete afh_mode:{}", (uint8_t)afh_mode); in OnReadAfhChannelMapComplete()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc382 …MOCK_METHOD2(OnReadAfhChannelMapComplete, void(AfhMode afh_mode, std::array<uint8_t, 10> afh_chann…
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl2956 afh_mode : AfhMode,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl3132 afh_mode : AfhMode,