Home
last modified time | relevance | path

Searched refs:connection_handle_ (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dranging_hal_android.cc52 : connection_handle_(connection_handle), in BluetoothChannelSoundingSessionTracker()
57 log::info("connection_handle 0x{:04x}, reason {}", connection_handle_, (uint16_t)in_reason); in onOpened()
59 ranging_hal_callback_->OnHandleVendorSpecificReplyComplete(connection_handle_, true); in onOpened()
66 log::info("connection_handle 0x{:04x}, reason {}", connection_handle_, (uint16_t)in_reason); in onOpenFailed()
69 ranging_hal_callback_->OnHandleVendorSpecificReplyComplete(connection_handle_, false); in onOpenFailed()
71 ranging_hal_callback_->OnOpenFailed(connection_handle_); in onOpenFailed()
81 ranging_hal_callback_->OnResult(connection_handle_, ranging_result); in onResult()
102 uint16_t connection_handle_; member in bluetooth::hal::BluetoothChannelSoundingSessionTracker
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc34 …: le_acl_connection_interface_(le_acl_connection_interface), connection_handle_(connection_handle)… in LeAclConnectionTracker()
69connection_handle_, static_cast<uint8_t>(hci_status), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete()
99 const uint16_t connection_handle_; member in bluetooth::hci::acl_manager::LeAclConnectionTracker
112 if (invalidate_callbacks_) invalidate_callbacks_(tracker.connection_handle_); in PutEventCallbacks()
Dclassic_acl_connection.cc35 …: acl_connection_interface_(acl_connection_interface), address_(address), connection_handle_(conne… in AclConnectionTracker()
117 … address_, connection_handle_, static_cast<uint8_t>(ErrorCode::SUCCESS), transmit_power_level); in OnReadTransmitPowerLevelComplete()
125 … address_, connection_handle_, static_cast<uint8_t>(ErrorCode::SUCCESS), failed_contact_counter); in OnReadFailedContactCounterComplete()
136 address_, connection_handle_, static_cast<uint8_t>(ErrorCode::SUCCESS), rssi); in OnReadRssiComplete()
151connection_handle_, static_cast<uint8_t>(hci_status), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete()
327 uint16_t connection_handle_; member in bluetooth::hci::acl_manager::AclConnectionTracker
344 if (invalidate_callbacks_) invalidate_callbacks_(tracker.connection_handle_); in PutEventCallbacks()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc346 if (encryption_change_view.GetConnectionHandle() == pending_le_pairing_.connection_handle_) { in OnHciEventReceived()
386 …f (le_long_term_key_request_view.GetConnectionHandle() == pending_le_pairing_.connection_handle_) { in OnHciLeEvent()
545 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in OnSmpCommandLe()
617 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in ConnectionIsReadyStartPairing()
758 pending_le_pairing_.connection_handle_ = kInvalidConnectionHandle; in WipeLePairingHandler()
Dsecurity_manager_impl.h286 uint16_t connection_handle_{kInvalidConnectionHandle};
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc265 cp.connection_handle_ = kHandle1; in IncomingCredit()
268 cp.connection_handle_ = kHandle2; in IncomingCredit()
Dcontroller.cc256 uint16_t handle = completed_packets.connection_handle_; in NumberOfCompletedPackets()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc138 cp.connection_handle_ = handle; in HandleAcl()
162 cp.connection_handle_ = handle; in HandleSco()