Home
last modified time | relevance | path

Searched refs:did_version (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/src/
Deir.c227 uint16_t did_product, uint16_t did_version, in eir_create() argument
274 *ptr++ = (did_version & 0x00ff); in eir_create()
275 *ptr++ = (did_version & 0xff00) >> 8; in eir_create()
Deir.h40 uint16_t did_product, uint16_t did_version,
/external/grub/netboot/
Dvia-rhine.c880 static int did_version = 0; /* Already printed version info. */ in rhine_probe1() local
886 if (rhine_debug > 0 && did_version++ == 0) in rhine_probe1()
/external/bluetooth/bluez/plugins/
Dhciops.c137 uint16_t did_version; member
717 dev->did_version = version; in hciops_set_did()
1474 dev->did_version, dev->uuids, cp.data); in update_ext_inquiry_response()