Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c275 l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR); in l2c_link_hci_conn_comp()
468 if (l2cu_create_conn(p_lcb, transport)) in l2c_link_hci_disc_comp()
483 l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR); in l2c_link_hci_disc_comp()
Dl2c_api.c272 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) ) in L2CA_ErtmConnectReq()
664 if (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) in L2CA_Ping()
1483 if (!l2cu_create_conn(p_lcb, transport)) in L2CA_ConnectFixedChnl()
Dl2c_ucd.c576 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) ) in l2c_ucd_connect()
Dl2c_int.h657 extern BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport);
Dl2c_utils.c2224 BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport) in l2cu_create_conn() function
/system/bt/stack/btm/
Dbtm_sec.c3047 if (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) in btm_sec_dd_create_conn()