Home
last modified time | relevance | path

Searched refs:handleSdpSearchRecordReceived (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java650 mHandler.post(() -> handleSdpSearchRecordReceived(device, status, record, uuid)); in receiveSdpSearchRecord()
653 private void handleSdpSearchRecordReceived( in handleSdpSearchRecordReceived() method in MapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java1221 mSessionStatusHandler.post(() -> handleSdpSearchRecordReceived(status, record, uuid)); in receiveSdpSearchRecord()
1224 private void handleSdpSearchRecordReceived(int status, Parcelable record, ParcelUuid uuid) { in handleSdpSearchRecordReceived() method in BluetoothMapService