Searched refs:active_hci_commands_ (Results 1 – 2 of 2) sorted by relevance
395 std::unordered_map<uint16_t, std::function<void(packets::PacketView<true>)>> active_hci_commands_; variable
141 …active_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()