Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dle_acl_connection.cc28 …: le_acl_connection_interface_(le_acl_connection_interface), connection_handle_(connection_handle)… in LeAclConnectionTracker()
63connection_handle_, static_cast<uint8_t>(hci_status), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete()
82 uint16_t connection_handle_; member in bluetooth::hci::acl_manager::LeAclConnectionTracker
Dclassic_acl_connection.cc32 …: acl_connection_interface_(acl_connection_interface), address_(address), connection_handle_(conne… in AclConnectionTracker()
112 … address_, connection_handle_, static_cast<uint8_t>(ErrorCode::SUCCESS), transmit_power_level); in OnReadTransmitPowerLevelComplete()
120 … address_, connection_handle_, static_cast<uint8_t>(ErrorCode::SUCCESS), failed_contact_counter); in OnReadFailedContactCounterComplete()
131 address_, connection_handle_, static_cast<uint8_t>(ErrorCode::SUCCESS), rssi); in OnReadRssiComplete()
146connection_handle_, static_cast<uint8_t>(hci_status), lmp_version, manufacturer_name, sub_version); in OnReadRemoteVersionInformationComplete()
320 uint16_t connection_handle_; member in bluetooth::hci::acl_manager::AclConnectionTracker
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc331 if (encryption_change_view.GetConnectionHandle() == pending_le_pairing_.connection_handle_) { in OnHciEventReceived()
371 …f (le_long_term_key_request_view.GetConnectionHandle() == pending_le_pairing_.connection_handle_) { in OnHciLeEvent()
529 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in OnSmpCommandLe()
601 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in ConnectionIsReadyStartPairing()
735 pending_le_pairing_.connection_handle_ = 0; in WipeLePairingHandler()
Dsecurity_manager_impl.h281 uint16_t connection_handle_; member
/system/bt/gd/hci/
Dcontroller_test.cc220 cp.connection_handle_ = kHandle1; in IncomingCredit()
223 cp.connection_handle_ = kHandle2; in IncomingCredit()
Dcontroller.cc156 uint16_t handle = completed_packets.connection_handle_; in NumberOfCompletedPackets()
/system/bt/gd/btaa/linux_generic/
Dhci_processor.cc92 … device_parser_.match_handle_with_address(completed_packet.connection_handle_, address_value); in process_special_event()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc334 cp.connection_handle_ = handle; in HandleAcl()
355 cp.connection_handle_ = handle; in HandleSco()
Dlink_layer_controller.cc156 cp.connection_handle_ = handle; in SendAclToRemote()