Searched refs:connection_handle_ (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/gd/hal/ |
D | ranging_hal_android.cc | 52 : 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/ |
D | le_acl_connection.cc | 34 …: le_acl_connection_interface_(le_acl_connection_interface), connection_handle_(connection_handle)… in LeAclConnectionTracker() 69 …connection_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()
|
D | classic_acl_connection.cc | 35 …: 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() 151 …connection_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/ |
D | security_manager_impl.cc | 346 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()
|
D | security_manager_impl.h | 286 uint16_t connection_handle_{kInvalidConnectionHandle};
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_test.cc | 265 cp.connection_handle_ = kHandle1; in IncomingCredit() 268 cp.connection_handle_ = kHandle2; in IncomingCredit()
|
D | controller.cc | 256 uint16_t handle = completed_packets.connection_handle_; in NumberOfCompletedPackets()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 138 cp.connection_handle_ = handle; in HandleAcl() 162 cp.connection_handle_ = handle; in HandleSco()
|