Searched defs:l2cu_allocate_ccb (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_utils.cc1375 * Function l2cu_allocate_ccb
1384 tL2C_CCB* l2cu_allocate_ccb(tL2C_LCB* p_lcb, uint16_t cid) { function
1388 L2CAP_TRACE_DEBUG("l2cu_allocate_ccb: cid 0x%04x", cid);
1416 "l2cu_allocate_ccb: could not find CCB for CID 0x%04x in the free "
1501 L2CAP_TRACE_DEBUG("l2cu_allocate_ccb: cid 0x%04x config_done:0x%x", cid,
2554 p_ccb = l2cu_allocate_ccb(NULL, 0);

Completed in 15 milliseconds