Searched refs:l2cu_create_conn_le (Results 1 – 4 of 4) sorted by relevance
692 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);
580 || (!l2cu_create_conn_le(p_lcb))) { in L2CA_ConnectLECocReq()1497 ? l2cu_create_conn_le(p_lcb, initiating_phys) in L2CA_ConnectFixedChnl()
2111 bool l2cu_create_conn_le(tL2C_LCB* p_lcb) { in l2cu_create_conn_le() function2113 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
453 if (l2cu_create_conn_le(p_lcb)) in l2c_link_hci_disc_comp()