Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.cc1462 if (!l2cu_initialize_fixed_ccb(p_lcb, fixed_cid)) { in L2CA_ConnectFixedChnl()
1489 if (!l2cu_initialize_fixed_ccb(p_lcb, fixed_cid)) { in L2CA_ConnectFixedChnl()
1585 if (!l2cu_initialize_fixed_ccb(p_lcb, fixed_cid)) { in L2CA_SendFixedChnlData()
Dl2c_int.h660 extern bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid);
Dl2c_main.cc199 !l2cu_initialize_fixed_ccb(p_lcb, rcv_cid)) { in l2c_rcv_acl_data()
Dl2c_ble.cc288 if (!l2cu_initialize_fixed_ccb(p_lcb, L2CAP_ATT_CID)) { in l2cble_conn_comp()
Dl2c_utils.cc2533 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb() function