Searched refs:acl_get_connection_from_handle (Results 1 – 3 of 3) sorted by relevance
84 tACL_CONN* acl_get_connection_from_handle(uint16_t handle);327 tACL_CONN* acl_get_connection_from_handle(uint16_t handle) { in acl_get_connection_from_handle() function328 return internal_.acl_get_connection_from_handle(handle); in acl_get_connection_from_handle()347 tACL_CONN* p_acl = internal_.acl_get_connection_from_handle(handle); in btm_acl_process_sca_cmpl_pkt()433 tACL_CONN* p_acl = internal_.acl_get_connection_from_handle(handle); in btm_acl_update_conn_addr()453 tACL_CONN* p_acl = internal_.acl_get_connection_from_handle(handle); in btm_acl_removed()605 tACL_CONN* p = internal_.acl_get_connection_from_handle(handle); in btm_acl_encrypt_change()1032 auto* p_acl_cb = internal_.acl_get_connection_from_handle(handle); in btm_read_remote_ext_features_complete()2129 tACL_CONN* p = internal_.acl_get_connection_from_handle(hci_handle); in btm_cont_rswitch_from_handle()2377 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in acl_address_from_handle()[all …]
47 tACL_CONN* acl_get_connection_from_handle(uint16_t handle);121 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in BTM_SetPowerMode()182 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in btm_pm_on_mode_change()243 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in BTM_SetSsrParams()259 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in btm_pm_on_sniff_subrating()
161 tACL_CONN* acl_get_connection_from_handle(uint16_t handle) { in acl_get_connection_from_handle() function