Home
last modified time | relevance | path

Searched refs:L2CA_ConnectRsp (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c98 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK); in avdt_sec_check_complete_term()
115 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK); in avdt_sec_check_complete_term()
205L2CA_ConnectRsp (p_ccb->peer_addr, p_tbl->id, lcid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in avdt_l2c_connect_ind_cback()
237 L2CA_ConnectRsp(bd_addr, id, lcid, result, 0); in avdt_l2c_connect_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c103L2CA_ConnectRsp(p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN_… in hidd_sec_check_complete()
109L2CA_ConnectRsp(p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK, in hidd_sec_check_complete()
161 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_NO_RESOURCES, 0); in hidd_l2cif_connect_ind()
166 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_NO_RESOURCES, 0); in hidd_l2cif_connect_ind()
197 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_NO_RESOURCES, 0); in hidd_l2cif_connect_ind()
209 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in hidd_l2cif_connect_ind()
216 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidd_l2cif_connect_ind()
Dhidh_conn.c177L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_OK, L2CAP_CONN… in hidh_sec_check_complete_term()
187L2CA_ConnectRsp (p_dev->addr, p_dev->conn.ctrl_id, p_dev->conn.ctrl_cid, L2CAP_CONN_SECURITY_BLOCK… in hidh_sec_check_complete_term()
213 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_SECURITY_BLOCK, 0); in hidh_l2cif_connect_ind()
245 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_NO_RESOURCES, 0); in hidh_l2cif_connect_ind()
260 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK); in hidh_l2cif_connect_ind()
271 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in hidh_l2cif_connect_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c268 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_OK, L2CAP_CONN_OK); in sdp_connect_ind()
290 L2CA_ConnectRsp (bd_addr, l2cap_id, l2cap_cid, L2CAP_CONN_NO_PSM, 0); in sdp_connect_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_l2c.c136 L2CA_ConnectRsp(bd_addr, id, lcid, result, 0); in avct_l2c_connect_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h415 extern BOOLEAN L2CA_ConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid,
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c635 L2CA_ConnectRsp(bd_addr, id, lcid, result, 0); in gatt_l2cif_connect_ind_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c369 BOOLEAN L2CA_ConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid, in L2CA_ConnectRsp() function