Home
last modified time | relevance | path

Searched refs:active_hci_commands_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h395 std::unordered_map<uint16_t, std::function<void(packets::PacketView<true>)>> active_hci_commands_; variable
Ddual_mode_controller.cc141active_hci_commands_[static_cast<uint16_t>(opcode)] = [this](packets::PacketView<true> param) { me… in DualModeController()
279 } else if (active_hci_commands_.count(opcode) > 0) { in HandleCommand()
280 active_hci_commands_[opcode](command_packet.GetPayload()); in HandleCommand()