Home
last modified time | relevance | path

Searched refs:l2cu_create_conn_le (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_int.h692 extern bool l2cu_create_conn_le(tL2C_LCB* p_lcb);
693 extern bool l2cu_create_conn_le(tL2C_LCB* p_lcb, uint8_t initiating_phys);
Dl2c_api.cc580 || (!l2cu_create_conn_le(p_lcb))) { in L2CA_ConnectLECocReq()
1497 ? l2cu_create_conn_le(p_lcb, initiating_phys) in L2CA_ConnectFixedChnl()
Dl2c_utils.cc2111 bool l2cu_create_conn_le(tL2C_LCB* p_lcb) { in l2cu_create_conn_le() function
2113 return l2cu_create_conn_le(p_lcb, phy); in l2cu_create_conn_le()
2118 bool l2cu_create_conn_le(tL2C_LCB* p_lcb, uint8_t initiating_phys) { in l2cu_create_conn_le() function
Dl2c_link.cc453 if (l2cu_create_conn_le(p_lcb)) in l2c_link_hci_disc_comp()