Searched refs:l2cu_create_conn (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_link.c | 262 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()
|
D | l2c_api.c | 253 || (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()
|
D | l2c_ucd.c | 543 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) ) { in l2c_ucd_connect()
|
D | l2c_utils.c | 2259 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/ |
D | l2c_int.h | 708 extern BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_sec.c | 2948 if (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) { in btm_sec_dd_create_conn()
|