Lines Matching refs:handle_
268 uint16_t handle_; member
276 handle_(handle), in ConnectionDescriptor()
285 GetPrivateRemoteAddress().c_str(), handle_, in ToString()
398 : handle_(handle), in ShimAclConnection()
413 handle_, queue_.size()); in ~ShimAclConnection()
416 handle_); in ~ShimAclConnection()
438 preamble.push_back(LowByte(handle_)); in data_ready_callback()
439 preamble.push_back(HighByte(handle_)); in data_ready_callback()
445 handle_); in data_ready_callback()
460 uint16_t Handle() const { return handle_; } in Handle()
465 handle_); in Shutdown()
469 const uint16_t handle_{kInvalidHciHandle}; member in ShimAclConnection
482 handle_, in Disconnect()
493 handle_, queue_.size()); in Disconnect()
510 "Unable to send data over disconnected channel handle:{:04x}", handle_); in RegisterEnqueue()
551 TRY_POSTING_ON_MAIN(interface_.on_authentication_complete, handle_, in OnAuthenticationComplete()
572 handle_, ToLegacyHciMode(current_mode), interval); in OnModeChange()
581 ToLegacyHciErrorCode(hci_status), handle_, in OnSniffSubrating()
669 on_disconnect_(handle_, reason); in OnDisconnection()
677 ToLegacyHciErrorCode(hci_status), handle_, lmp_version, in OnReadRemoteVersionInformationComplete()
683 handle_, features); in OnReadRemoteSupportedFeaturesComplete()
696 handle_, page_number, max_page_number, features); in OnReadRemoteExtendedFeaturesComplete()
827 handle_, connection_interval, connection_latency, supervision_timeout); in OnConnectionUpdate()
831 TRY_POSTING_ON_MAIN(interface_.on_data_length_change, handle_, in OnDataLengthChange()
838 TRY_POSTING_ON_MAIN(interface_.on_le_subrate_change, handle_, in OnLeSubrateChange()
848 ToLegacyHciErrorCode(hci_status), handle_, lmp_version, in OnReadRemoteVersionInformationComplete()
860 ToLegacyHciErrorCode(hci_status), handle_, tx_phy, in OnPhyUpdate()
866 on_disconnect_(handle_, reason); in OnDisconnection()