Home | History | Annotate | Download | only in avct

Lines Matching defs:pid

227 **                  unbound ccb with a new PID, bind that ccb to this lcb and
253 /* if unbound acceptor and lcb doesn't already have a ccb for this PID */
255 (avct_lcb_has_pid(p_lcb, p_ccb->cc.pid) == NULL))
612 UINT16_TO_BE_STREAM(p, p_data->ul_msg.p_ccb->cc.pid);
676 UINT16 pid;
705 /* parse and lookup PID */
706 BE_STREAM_TO_UINT16(pid, p);
707 if ((p_ccb = avct_lcb_has_pid(p_lcb, pid)) != NULL)
709 /* PID found; send msg up, adjust bt hdr and call msg callback */
716 /* PID not found; drop message */
717 AVCT_TRACE_WARNING("No ccb for PID=%x", pid);
729 UINT16_TO_BE_STREAM(p, pid);