Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h52 #define BTM_ACL_IS_CONNECTED(bda) (btm_bda_to_acl (bda, BT_TRANSPORT_BR_EDR) != NULL) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c2557 if (!BTM_ACL_IS_CONNECTED (bda)) { in btm_acl_paging()
Dbtm_sec.c2988 if (((p_bd_addr == NULL) && !BTM_ACL_IS_CONNECTED(btm_cb.connecting_bda)) in btm_sec_rmt_name_request_complete()
2989 || ((p_bd_addr != NULL) && !BTM_ACL_IS_CONNECTED(p_bd_addr))) { in btm_sec_rmt_name_request_complete()