Searched defs:sdp (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java268 BluetoothHidDeviceAppSdpSettings sdp,
280 return service.registerApp(config, sdp, inQos, outQos, callback);
415 BluetoothHidDeviceAppSdpSettings sdp,
429 return registerAppNative(sdp.name, sdp.description, sdp.provider,
430 sdp.subclass, sdp.descriptors,
267 registerApp(BluetoothHidDeviceAppConfiguration config, BluetoothHidDeviceAppSdpSettings sdp, BluetoothHidDeviceAppQosSettings inQos, BluetoothHidDeviceAppQosSettings outQos, IBluetoothHidDeviceCallback callback) argument
414 registerApp(BluetoothHidDeviceAppConfiguration config, BluetoothHidDeviceAppSdpSettings sdp, BluetoothHidDeviceAppQosSettings inQos, BluetoothHidDeviceAppQosSettings outQos, IBluetoothHidDeviceCallback callback) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java15 package com.android.bluetooth.sdp;
97 /* Inner class used for wrapping sdp search instance data */
389 if(D) Log.d(TAG, "sdpRecordFoundCallback: found a sdp record of size "

Completed in 437 milliseconds