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

  /external/bluetooth/bluez/tools/
avinfo.c 150 struct seid_info { struct
204 struct seid_info { struct
254 struct seid_info seps[0];
534 seps = (ret - sizeof(struct avdtp_header)) / sizeof(struct seid_info);
  /external/bluetooth/bluez/test/
avtest.c 82 struct seid_info { struct
125 struct seid_info { struct
239 struct seid_info *sei = (void *) (buf + 2);
  /external/bluetooth/bluez/audio/
avdtp.c 124 struct seid_info { struct
169 struct seid_info { struct
190 struct seid_info seps[0];
336 struct seid_info info;
1354 struct seid_info *seps;
1365 rsp_size = sep_count * sizeof(struct seid_info);
1367 seps = g_new0(struct seid_info, sep_count);
1372 memcpy(&seps[i], &sep->info, sizeof(struct seid_info));
    [all...]

Completed in 40 milliseconds