Home
last modified time | relevance | path

Searched refs:l2cu_initialize_fixed_ccb (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_utils.cc47 bool l2cu_initialize_fixed_ccb(tL2C_LCB* /* p_lcb */, in l2cu_initialize_fixed_ccb() function
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1222 if (!l2cu_initialize_fixed_ccb(p_lcb, fixed_cid)) { in L2CA_ConnectFixedChnl()
1254 if (!l2cu_initialize_fixed_ccb(p_lcb, fixed_cid)) { in L2CA_ConnectFixedChnl()
1340 if (!l2cu_initialize_fixed_ccb(p_lcb, fixed_cid)) { in L2CA_SendFixedChnlData()
Dl2c_int.h782 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid);
Dl2c_main.cc165 !l2cu_initialize_fixed_ccb(p_lcb, rcv_cid)) { in l2c_rcv_acl_data()
Dl2c_ble.cc143 if (!l2cu_initialize_fixed_ccb(p_lcb, L2CAP_ATT_CID)) { in l2cble_conn_comp()
Dl2c_utils.cc2662 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb() function