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

  /system/bt/stack/l2cap/
l2c_api.c     [all...]
l2c_utils.c     [all...]
l2c_link.c 461 if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb)
470 if (p_lcb->p_fixed_ccbs[xx] == NULL) {
472 L2CAP_TRACE_ERROR("%s: unexpected p_fixed_ccbs[%d] is NULL remote_bd_addr = %s p_lcb = %p in_use = %d link_state = %d handle = %d link_role = %d is_bonding = %d disc_reason = %d transport = %d",
482 assert(p_lcb->p_fixed_ccbs[xx] != NULL);
483 l2cu_release_ccb (p_lcb->p_fixed_ccbs[xx]);
485 p_lcb->p_fixed_ccbs[xx] = NULL;
    [all...]
l2c_ble.c     [all...]
l2c_int.h 423 tL2C_CCB *p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS]; member in struct:t_l2c_linkcb
    [all...]
l2c_main.c 217 p_ccb = p_lcb->p_fixed_ccbs[rcv_cid - L2CAP_FIRST_FIXED_CHNL];
    [all...]

Completed in 156 milliseconds