Home
last modified time | relevance | path

Searched refs:acl_get_connection_from_handle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc107 tACL_CONN* acl_get_connection_from_handle(uint16_t handle);
360 tACL_CONN* StackAclBtmAcl::acl_get_connection_from_handle(uint16_t hci_handle) { in acl_get_connection_from_handle() function in StackAclBtmAcl
366 tACL_CONN* acl_get_connection_from_handle(uint16_t handle) { in acl_get_connection_from_handle() function
367 return internal_.acl_get_connection_from_handle(handle); in acl_get_connection_from_handle()
391 tACL_CONN* p_acl = internal_.acl_get_connection_from_handle(handle); in btm_acl_process_sca_cmpl_pkt()
491 tACL_CONN* p_acl = internal_.acl_get_connection_from_handle(handle); in btm_acl_removed()
639 tACL_CONN* p = internal_.acl_get_connection_from_handle(handle); in btm_acl_encrypt_change()
809 tACL_CONN* p_acl_cb = internal_.acl_get_connection_from_handle(handle); in maybe_chain_more_commands_after_read_remote_version_complete()
842 tACL_CONN* p_acl_cb = internal_.acl_get_connection_from_handle(handle); in btm_process_remote_version_complete()
965 auto* p_acl_cb = internal_.acl_get_connection_from_handle(handle); in btm_read_remote_ext_features_complete()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc75 struct acl_get_connection_from_handle acl_get_connection_from_handle; variable
300 tACL_CONN* acl_get_connection_from_handle(uint16_t handle) { in acl_get_connection_from_handle() function
302 return test::mock::stack_acl::acl_get_connection_from_handle(handle); in acl_get_connection_from_handle()
Dmock_stack_acl.h350 struct acl_get_connection_from_handle { struct
355 extern struct acl_get_connection_from_handle acl_get_connection_from_handle; argument