Searched refs:l2cu_create_conn (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_link.c | 275 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()
|
D | l2c_api.c | 272 || (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()
|
D | l2c_ucd.c | 576 || (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) ) in l2c_ucd_connect()
|
D | l2c_int.h | 657 extern BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport);
|
D | l2c_utils.c | 2224 BOOLEAN l2cu_create_conn (tL2C_LCB *p_lcb, tBT_TRANSPORT transport) in l2cu_create_conn() function
|
/system/bt/stack/btm/ |
D | btm_sec.c | 3047 if (l2cu_create_conn(p_lcb, BT_TRANSPORT_BR_EDR) == FALSE) in btm_sec_dd_create_conn()
|