Searched defs:did_product (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/src/
H A Dsdpd-service.c55 static uint16_t did_product = 0x0000; variable
216 *ptr++ = (did_product & 0x00ff);
217 *ptr++ = (did_product & 0xff00) >> 8;
357 did_product = product;

Completed in 53 milliseconds