Searched refs:queue_down_end (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_impl.h | 42 …acl_connection(AddressWithType address_with_type, AclConnection::QueueDownEnd* queue_down_end, os:… in acl_connection() 44 assembler_(new acl_manager::assembler(address_with_type, queue_down_end, handler)) {} in acl_connection() 350 auto queue_down_end = queue->GetDownEnd(); in create_and_announce_connection() local 358 queue_down_end, in create_and_announce_connection()
|
D | le_impl.h | 109 AclConnection::QueueDownEnd* queue_down_end, in le_acl_connection() 113 assembler_(new acl_manager::assembler(remote_address, queue_down_end, handler)) {} in le_acl_connection() 460 auto queue_down_end = queue->GetDownEnd(); in on_le_connection_complete() local 497 queue_down_end, in on_le_connection_complete() 502 handle, remote_address, nullptr, queue_down_end, handler_, connection_callbacks); in on_le_connection_complete()
|