Home
last modified time | relevance | path

Searched refs:sdpSearch (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java428 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in handleMessage()
851 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in onConnect()
1032 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1509 public boolean sdpSearch(BluetoothDevice device, ParcelUuid uuid) { in sdpSearch() method in AdapterService.AdapterServiceBinder
1519 return service.sdpSearch(device, uuid); in sdpSearch()
2011 boolean sdpSearch(BluetoothDevice device, ParcelUuid uuid) { in sdpSearch() method in AdapterService
2014 mSdpManager.sdpSearch(device, uuid); in sdpSearch()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java149 mCurrentDevice.sdpSearch(BluetoothUuid.PBAP_PSE); in enter()
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java399 public void sdpSearch(BluetoothDevice device, ParcelUuid uuid) { in sdpSearch() method in SdpManager
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java640 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.ObexObjectPush)) { in startConnectSession()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java389 mDevice.sdpSearch(BluetoothUuid.MAS); in enter()