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

  /external/bluetooth/bluez/src/
sdpd-request.c 347 uint16_t expected, actual, rsp_count = 0; local
419 for (; list && rsp_count < expected; list = list->next) {
426 rsp_count++;
433 SDPDBG("Match count: %d", rsp_count);
436 bt_put_unaligned(htons(rsp_count), (uint16_t *)pTotalRecordCount);
437 bt_put_unaligned(htons(rsp_count), (uint16_t *)pCurrentRecordCount);
439 if (rsp_count > actual) {
465 /* get the rsp_count from the cached buffer */
466 rsp_count = ntohs(bt_get_unaligned((uint16_t *)pCacheBuffer));
491 for (i = lastIndex; (i - lastIndex) < actual && i < rsp_count; i++)
767 int scanned, rsp_count = 0; local
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 3509 uint32_t rspsize = 0, rsp_count; local
4096 int rsp_count, err = -1; local
4319 int rsp_count = 0, cstate_len = 0; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 2311 int rsp_count; local
    [all...]

Completed in 189 milliseconds