Home
last modified time | relevance | path

Searched defs:p_acl (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dlink_policy.cc53 tBTM_STATUS set_active_mode(tACL_CONN& p_acl) { in set_active_mode()
59 tBTM_STATUS set_hold_mode(tACL_CONN& p_acl, uint16_t max, uint16_t min) { in set_hold_mode()
65 tBTM_STATUS set_sniff_mode(tACL_CONN& p_acl, uint16_t max_interval, in set_sniff_mode()
121 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in BTM_SetPowerMode() local
165 static bool is_encryption_pause_supported(const tACL_CONN& p_acl) { in is_encryption_pause_supported()
182 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in btm_pm_on_mode_change() local
243 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in BTM_SetSsrParams() local
259 tACL_CONN* p_acl = acl_get_connection_from_handle(handle); in btm_pm_on_sniff_subrating() local
/aosp12/system/bt/stack/acl/
H A Dbtm_acl.cc130 inline bool IsEprAvailable(const tACL_CONN& p_acl) { in IsEprAvailable()
149 void NotifyAclLinkUp(tACL_CONN& p_acl) { in NotifyAclLinkUp()
158 void NotifyAclLinkDown(tACL_CONN& p_acl) { in NotifyAclLinkDown()
171 void NotifyAclFeaturesReadComplete(tACL_CONN& p_acl, in NotifyAclFeaturesReadComplete()
283 tACL_CONN* p_acl = &btm_cb.acl_cb_.acl_db[0]; in btm_bda_to_acl() local
356 tACL_CONN* p_acl = &btm_cb.acl_cb_.acl_db[0]; in acl_allocate_connection() local
498 tACL_CONN* p_acl = in BTM_GetRole() local
535 tACL_CONN* p_acl = in BTM_SwitchRoleToCentral() local
1141 const tACL_CONN* p_acl = in BTM_GetLinkSuperTout() local
2922 const tACL_CONN* p_acl = in ACL_SupportTransparentSynchronousData() local
[all …]
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_link_policy.cc63 tBTM_STATUS set_active_mode(tACL_CONN& p_acl) { in set_active_mode()
67 tBTM_STATUS set_hold_mode(tACL_CONN& p_acl, uint16_t max, uint16_t min) { in set_hold_mode()
71 tBTM_STATUS set_sniff_mode(tACL_CONN& p_acl, uint16_t max_interval, in set_sniff_mode()
H A Dmock_stack_acl.cc39 bool IsEprAvailable(const tACL_CONN& p_acl) { in IsEprAvailable()