Searched refs:connection_handle_ (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.cc | 28 …: le_acl_connection_interface_(le_acl_connection_interface), connection_handle_(connection_handle)… in LeAclConnectionTracker() 63 …connection_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
|
D | classic_acl_connection.cc | 32 …: 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() 146 …connection_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/ |
D | security_manager_impl.cc | 331 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()
|
D | security_manager_impl.h | 281 uint16_t connection_handle_; member
|
/system/bt/gd/hci/ |
D | controller_test.cc | 220 cp.connection_handle_ = kHandle1; in IncomingCredit() 223 cp.connection_handle_ = kHandle2; in IncomingCredit()
|
D | controller.cc | 156 uint16_t handle = completed_packets.connection_handle_; in NumberOfCompletedPackets()
|
/system/bt/gd/btaa/linux_generic/ |
D | hci_processor.cc | 92 … 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/ |
D | dual_mode_controller.cc | 334 cp.connection_handle_ = handle; in HandleAcl() 355 cp.connection_handle_ = handle; in HandleSco()
|
D | link_layer_controller.cc | 156 cp.connection_handle_ = handle; in SendAclToRemote()
|