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

  /external/bluetooth/hcidump/parser/
bnep.c 79 uint8_t uuid_size; local
92 uuid_size = get_u8(frm);
93 printf("Setup Req(0x%02x) size 0x%02x ", type, uuid_size);
94 switch (uuid_size) {
133 frm->ptr += (uuid_size * 2);
134 frm->len -= (uuid_size * 2);
  /external/bluetooth/bluez/lib/bluetooth/
bnep.h 95 uint8_t uuid_size; member in struct:bnep_setup_conn_req
  /external/bluetooth/bluez/compat/
bnep.c 284 req->uuid_size = 2; /* 16bit UUID */
  /external/bluetooth/bluez/network/
server.c 408 source = req->service + req->uuid_size;
410 switch (req->uuid_size) {
connection.c 304 req->uuid_size = 2; /* 16bit UUID */

Completed in 1387 milliseconds