Home
last modified time | relevance | path

Searched refs:check_command_status (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.cc366 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<DisconnectStatusView>)); in Disconnect()
373 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionPacketTypeStatusVi… in ChangeConnectionPacketType()
380 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<AuthenticationRequestedStatusView>… in AuthenticationRequested()
387 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<SetConnectionEncryptionStatusView>… in SetConnectionEncryption()
394 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionLinkKeyStatusView>… in ChangeConnectionLinkKey()
401 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ReadClockOffsetStatusView>)); in ReadClockOffset()
408 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<HoldModeStatusView>)); in HoldMode()
415 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<SniffModeStatusView>)); in SniffMode()
422 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ExitSniffModeStatusView>)); in ExitSniffMode()
430 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<QosSetupStatusView>)); in QosSetup()
[all …]
Devent_checkers.h41 void check_command_status(CommandStatusView view) { in check_command_status() function
Dclassic_impl.h379 std::move(packet), handler_->BindOnce(&check_command_status<CentralLinkKeyStatusView>)); in central_link_key()
385 … handler_->BindOnce(&check_command_status<SwitchRoleStatusView>)); in switch_role()
635 … std::move(builder), handler_->BindOnce(&check_command_status<RejectConnectionRequestStatusView>)); in reject_connection()