Lines Matching refs:handle
183 tPAN_CONN *pan_allocate_pcb (BD_ADDR p_bda, UINT16 handle)
190 pan_cb.pcb[i].handle == handle)
207 pan_cb.pcb[i].handle = handle;
224 tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle)
231 pan_cb.pcb[i].handle == handle)
290 BNEP_Disconnect (pan_cb.pcb[i].handle);
340 sprintf (buff, "%d state %d, handle %d, src 0x%x, dst 0x%x, BD %x.%x.%x.%x.%x.%x",
341 i, p_pcb->con_state, p_pcb->handle, p_pcb->src_uuid, p_pcb->dst_uuid,