Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h53 #define BTM_LE_ACL_IS_CONNECTED(bda) (btm_bda_to_acl (bda, BT_TRANSPORT_LE) != NULL) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c114 !(p_lcb->link_role == HCI_ROLE_SLAVE && BTM_LE_ACL_IS_CONNECTED(rem_bda))) { in L2CA_CancelBleConnectReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2151 … !(p_lcb->link_role == HCI_ROLE_SLAVE && BTM_LE_ACL_IS_CONNECTED(l2cb.ble_connecting_bda))) {