Home
last modified time | relevance | path

Searched refs:l2cu_create_conn (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c262 l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR); in l2c_link_hci_conn_comp()
465 if (l2cu_create_conn(p_lcb, transport)) { in l2c_link_hci_disc_comp()
478 if (l2cu_create_conn(p_lcb, BT_TRANSPORT_LE)) { in l2c_link_hci_disc_comp()
513 l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR); in l2c_link_hci_disc_comp()
Dl2c_api.c253 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) ) { in L2CA_ErtmConnectReq()
641 if (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) { in L2CA_Ping()
1467 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_LE) == FALSE) ) in L2CA_ConnectLECocReq()
1742 if (!l2cu_create_conn(p_lcb, transport)) { in L2CA_ConnectFixedChnl()
Dl2c_ucd.c543 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) ) { in l2c_ucd_connect()
Dl2c_utils.c2259 BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport) in l2cu_create_conn() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h708 extern BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c2948 if (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) { in btm_sec_dd_create_conn()