HomeSort by relevance Sort by last modified time
    Searched refs:p_pending_ccb (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/l2cap/
l2c_link.cc 379 if (p_ccb != p_lcb->p_pending_ccb) {
396 if (p_lcb->ccb_queue.p_first_ccb != NULL || p_lcb->p_pending_ccb) {
420 p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb) {
447 p_lcb->p_pending_ccb = NULL;
515 p_lcb->p_pending_ccb = NULL;
    [all...]
l2c_api.cc 314 p_lcb->p_pending_ccb = p_ccb;
506 p_lcb->p_pending_ccb = p_ccb;
    [all...]
l2c_int.h 394 tL2C_CCB* p_pending_ccb; /* ccb of waiting channel during link disconnect */ member in struct:t_l2c_linkcb
    [all...]
l2c_utils.cc     [all...]

Completed in 86 milliseconds