Searched refs:afh_channel_map (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 76 …al void OnReadAfhChannelMapComplete(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) = 0;
|
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/main/shim/ |
D | acl_legacy_interface.h | 80 uint8_t afh_channel_map[]);
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link.h | 193 …void OnReadAfhChannelMapComplete(hci::AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map) o…
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_test.cc | 1134 …std::array<uint8_t, 10> afh_channel_map = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0… in TEST_F() local 1137 OnReadAfhChannelMapComplete(AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F() 1140 num_packets, ErrorCode::SUCCESS, handle_, AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F()
|
D | acl_manager_unittest.cc | 382 …HOD2(OnReadAfhChannelMapComplete, void(AfhMode afh_mode, std::array<uint8_t, 10> afh_channel_map));
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 2957 afh_channel_map : 8[10],
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 3133 afh_channel_map : 8[10],
|