Home | History | Annotate | Download | only in hw

Lines Matching refs:packet

435     uint8_t *packet, mask;
449 packet = hci->evt_packet(hci->opaque);
450 packet[0] = evt;
451 packet[1] = len;
453 return &packet[2];
459 uint8_t *packet = bt_hci_event_start(hci, evt, len);
461 if (!packet)
465 memcpy(packet, params, len);
484 uint8_t *packet = bt_hci_event_start(hci, EVT_CMD_COMPLETE,
486 evt_cmd_complete *params = (evt_cmd_complete *) packet;
488 if (!packet)
494 memcpy(&packet[EVT_CMD_COMPLETE_SIZE], ret, len);
1960 fprintf(stderr, "%s: HCI packet too short (%iB)\n",
1969 * know that a packet contained the last fragment of the SDU when the next
1976 /* TODO: packet flags */
2018 fprintf(stderr, "%s: ACL packet too short (%iB)\n",
2038 fprintf(stderr, "%s: ACL packet too short (%iB < %iB)\n",
2103 fprintf(stderr, "%s: SCO packet too short (%iB < %iB)\n",
2119 /* TODO: allocate a packet from upper layer */