• Home
  • Raw
  • Download

Lines Matching refs:hci_status

542   void OnAuthenticationComplete(hci::ErrorCode hci_status) override {  in OnAuthenticationComplete()  argument
544 ToLegacyHciErrorCode(hci_status)); in OnAuthenticationComplete()
567 void OnSniffSubrating(hci::ErrorCode hci_status, in OnSniffSubrating() argument
573 ToLegacyHciErrorCode(hci_status), handle_, in OnSniffSubrating()
641 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() argument
643 interface_.on_role_change, ToLegacyHciErrorCode(hci_status), in OnRoleChange()
649 hci::ErrorCodeText(hci_status).c_str())); in OnRoleChange()
657 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() argument
662 ToLegacyHciErrorCode(hci_status), handle_, lmp_version, in OnReadRemoteVersionInformationComplete()
779 void OnConnectionUpdate(hci::ErrorCode hci_status, in OnConnectionUpdate() argument
784 interface_.on_connection_update, ToLegacyHciErrorCode(hci_status), in OnConnectionUpdate()
792 void OnLeSubrateChange(hci::ErrorCode hci_status, uint16_t subrate_factor, in OnLeSubrateChange() argument
798 supervision_timeout, ToLegacyHciErrorCode(hci_status)); in OnLeSubrateChange()
801 void OnReadRemoteVersionInformationComplete(hci::ErrorCode hci_status, in OnReadRemoteVersionInformationComplete() argument
806 ToLegacyHciErrorCode(hci_status), handle_, lmp_version, in OnReadRemoteVersionInformationComplete()
810 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode hci_status, in OnLeReadRemoteFeaturesComplete() argument
815 void OnPhyUpdate(hci::ErrorCode hci_status, uint8_t tx_phy, in OnPhyUpdate() argument
820 static_cast<tGATT_STATUS>(ToLegacyHciErrorCode(hci_status)), handle_, in OnPhyUpdate()
824 tx_phy, rx_phy, hci::ErrorCodeText(hci_status).c_str()); in OnPhyUpdate()