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

  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 598 LPWSAQUERYSET sdp_result_data = reinterpret_cast<LPWSAQUERYSET>(sdp_buffer); local
603 sdp_handle, control_flags, &sdp_buffer_size, sdp_result_data)) {
614 base::SysWideToUTF8(sdp_result_data->lpszServiceInstanceName);
615 for (uint64 i = 0; i < sdp_result_data->lpBlob->cbSize; i++) {
617 sdp_result_data->lpBlob->pBlobData[i]);

Completed in 2649 milliseconds