Home
last modified time | relevance | path

Searched refs:L2CA_RemoveFixedChnl (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1123 extern BOOLEAN L2CA_RemoveFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda);
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c929 L2CA_RemoveFixedChnl (L2CAP_SMP_BR_CID, p_cb->pairing_bda); in smp_remove_fixed_channel()
931 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda); in smp_remove_fixed_channel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c270 ret = L2CA_RemoveFixedChnl (L2CAP_ATT_CID, p_tcb->peer_bda); in gatt_disconnect()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1898 BOOLEAN L2CA_RemoveFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda) in L2CA_RemoveFixedChnl() function