Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.cc51 struct l2cble_create_conn l2cble_create_conn; variable
120 bool l2cble_create_conn(tL2C_LCB* p_lcb) { in l2cble_create_conn() function
122 return test::mock::stack_l2cap_ble::l2cble_create_conn(p_lcb); in l2cble_create_conn()
Dmock_stack_l2cap_ble.h151 struct l2cble_create_conn { struct
155 extern struct l2cble_create_conn l2cble_create_conn; argument
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h842 bool l2cble_create_conn(tL2C_LCB* p_lcb);
Dl2c_ble.cc966 bool l2cble_create_conn(tL2C_LCB* p_lcb) { in l2cble_create_conn() function
Dl2c_utils.cc2150 return l2cble_create_conn(p_lcb); in l2cu_create_conn_le()