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

  /external/bluetooth/bluez/test/
avtest.c 76 uint8_t packet_type:2; member in struct:avdtp_header
93 uint8_t packet_type:2; member in struct:avdtp_start_header
102 uint8_t packet_type:2; member in struct:avdtp_continue_header
109 uint8_t packet_type:2; member in struct:avctp_header
119 uint8_t packet_type:2; member in struct:avdtp_header
136 uint8_t packet_type:2; member in struct:avdtp_start_header
145 uint8_t packet_type:2; member in struct:avdtp_continue_header
151 uint8_t packet_type:2; member in struct:avctp_header
185 hdr->packet_type, hdr->cr, hdr->ipid, ntohs(hdr->pid));
191 hdr->packet_type, hdr->message_type, hdr->signal_id)
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 546 struct packet_type { struct
551 struct packet_type *,
571 extern void dev_add_pack(struct packet_type *pt);
572 extern void dev_remove_pack(struct packet_type *pt);
573 extern void __dev_remove_pack(struct packet_type *pt);
if_vlan.h 21 struct packet_type;
  /external/bluetooth/bluez/audio/
control.c 116 uint8_t packet_type:2; member in struct:avctp_header
135 uint8_t packet_type:2; member in struct:avctp_header
547 avctp->transaction, avctp->packet_type,
569 if (avctp->packet_type != AVCTP_PACKET_SINGLE) {
1029 avctp->packet_type = AVCTP_PACKET_SINGLE;
avdtp.c 99 uint8_t packet_type:2; member in struct:avdtp_common_header
105 uint8_t packet_type:2; member in struct:avdtp_single_header
113 uint8_t packet_type:2; member in struct:avdtp_start_header
122 uint8_t packet_type:2; member in struct:avdtp_continue_header
144 uint8_t packet_type:2; member in struct:avdtp_common_header
150 uint8_t packet_type:2; member in struct:avdtp_single_header
158 uint8_t packet_type:2; member in struct:avdtp_start_header
167 uint8_t packet_type:2; member in struct:avdtp_continue_header
530 single.packet_type = AVDTP_PKT_TYPE_SINGLE;
549 start.packet_type = AVDTP_PKT_TYPE_START
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 144 uint8_t packet_type:2; member in struct:avdtp_header
198 uint8_t packet_type:2; member in struct:avdtp_header
437 header->packet_type = AVDTP_PKT_TYPE_SINGLE;

Completed in 1323 milliseconds