Searched refs:afh_mode (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 76 …virtual void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map…
|
D | connection_management_callbacks_mock.h | 81 (AfhMode afh_mode, (std::array<uint8_t, 10>)afh_channel_map),
|
D | classic_acl_connection.cc | 131 …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/ |
D | link.cc | 424 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()
|
D | link.h | 193 …void OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) o…
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.h | 79 void (*on_read_afh_channel_map_complete)(uint8_t afh_mode,
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 530 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/ |
D | acl_manager_unittest.cc | 382 …MOCK_METHOD2(OnReadAfhChannelMapComplete, void(AfhMode afh_mode, std::array<uint8_t, 10> afh_chann…
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 2956 afh_mode : AfhMode,
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 3132 afh_mode : AfhMode,
|