HomeSort by relevance Sort by last modified time
    Searched full:nextdef (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/tools/
bccmd.c 243 uint16_t def = 0x0000, nextdef = 0x0000; local
261 nextdef = array[2] | (array[3] << 8);
263 if (nextdef == 0x0000)
266 def = nextdef;

Completed in 193 milliseconds