Searched refs:acl_get_connection_from_handle (Results 1 – 3 of 3) sorted by relevance
107 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 StackAclBtmAcl366 tACL_CONN* acl_get_connection_from_handle(uint16_t handle) { in acl_get_connection_from_handle() function367 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 …]
75 struct acl_get_connection_from_handle acl_get_connection_from_handle; variable300 tACL_CONN* acl_get_connection_from_handle(uint16_t handle) { in acl_get_connection_from_handle() function302 return test::mock::stack_acl::acl_get_connection_from_handle(handle); in acl_get_connection_from_handle()
350 struct acl_get_connection_from_handle { struct355 extern struct acl_get_connection_from_handle acl_get_connection_from_handle; argument