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

  /external/bluetooth/bluez/attrib/
client.c 877 uint16_t *previous_end = NULL; local
907 if (previous_end)
908 *previous_end = current_chr->handle;
910 previous_end = &chr->end;
915 if (previous_end)
916 *previous_end = att->end;

Completed in 108 milliseconds