Home
last modified time | relevance | path

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

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