Searched refs:l2cu_create_conn_le (Results 1 – 4 of 4) sorted by relevance
694 extern bool l2cu_create_conn_le(tL2C_LCB* p_lcb);695 extern bool l2cu_create_conn_le(tL2C_LCB* p_lcb, uint8_t initiating_phys);
536 || (!l2cu_create_conn_le(p_lcb))) { in L2CA_ConnectLECocReq()1748 ? l2cu_create_conn_le(p_lcb, initiating_phys) in L2CA_ConnectFixedChnl()
2112 bool l2cu_create_conn_le(tL2C_LCB* p_lcb) { in l2cu_create_conn_le() function2114 return l2cu_create_conn_le(p_lcb, phy); in l2cu_create_conn_le()2119 bool l2cu_create_conn_le(tL2C_LCB* p_lcb, uint8_t initiating_phys) { in l2cu_create_conn_le() function
447 if (l2cu_create_conn_le(p_lcb)) in l2c_link_hci_disc_comp()