Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc39 bool l2cu_create_conn_le(tL2C_LCB* /* p_lcb */) { in l2cu_create_conn_le() function
43 bool l2cu_create_conn_le(tL2C_LCB* /* p_lcb */, uint8_t /* initiating_phys */) { in l2cu_create_conn_le() function
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc537 || (!l2cu_create_conn_le(p_lcb))) { in L2CA_ConnectLECocReq()
1262 bool ret = l2cu_create_conn_le(p_lcb); in L2CA_ConnectFixedChnl()
Dl2c_int.h808 bool l2cu_create_conn_le(tL2C_LCB* p_lcb);
Dl2c_link.cc395 if (l2cu_create_conn_le(p_lcb)) in l2c_link_hci_disc_comp()
Dl2c_utils.cc2067 bool l2cu_create_conn_le(tL2C_LCB* p_lcb) { in l2cu_create_conn_le() function