HomeSort by relevance Sort by last modified time
    Searched refs:rsp_count (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/src/
sdpd-request.c 356 uint16_t expected, actual, rsp_count = 0; local
428 for (; list && rsp_count < expected; list = list->next) {
435 rsp_count++;
442 SDPDBG("Match count: %d", rsp_count);
445 bt_put_unaligned(htons(rsp_count), (uint16_t *)pTotalRecordCount);
446 bt_put_unaligned(htons(rsp_count), (uint16_t *)pCurrentRecordCount);
448 if (rsp_count > actual) {
474 /* get the rsp_count from the cached buffer */
475 rsp_count = ntohs(bt_get_unaligned((uint16_t *)pCacheBuffer));
500 for (i = lastIndex; (i - lastIndex) < actual && i < rsp_count; i++)
781 int scanned, rsp_count = 0; local
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 3482 uint32_t rspsize = 0, rsp_count; local
4072 int rsp_count, err = -1; local
4293 int rsp_count = 0, cstate_len = 0; local
    [all...]

Completed in 17 milliseconds