Lines Matching full:handle
317 int handle=-1;
319 if (!sBluetoothSdpInterface) return handle;
339 if ( (ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle))
345 ALOGD("SDP Create record success - handle: %d", handle);
349 return handle;
359 int handle=-1;
361 if (!sBluetoothSdpInterface) return handle;
379 if ( (ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle))
385 ALOGD("SDP Create record success - handle: %d", handle);
389 return handle;
399 int handle=-1;
401 if (!sBluetoothSdpInterface) return handle;
420 handle))
426 ALOGD("SDP Create record success - handle: %d", handle);
430 return handle;
442 int handle=-1;
444 if (!sBluetoothSdpInterface) return handle;
471 if ( (ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle))
477 ALOGD("SDP Create record success - handle: %d", handle);
482 return handle;
491 int handle = -1;
493 if (!sBluetoothSdpInterface) return handle;
508 if ( (ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle))
514 ALOGD("SDP Create record success - handle: %d", handle);
518 return handle;
533 ALOGD("SDP Remove record success - handle: %d", record_id);