Searched refs:sendSdpIntent (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
D | SdpManager.java | 265 sendSdpIntent(inst, sdpRecord, moreResults); in sdpMasRecordFoundCallback() 291 sendSdpIntent(inst, sdpRecord, moreResults); in sdpMnsRecordFoundCallback() 316 sendSdpIntent(inst, sdpRecord, moreResults); in sdpPseRecordFoundCallback() 343 sendSdpIntent(inst, sdpRecord, moreResults); in sdpOppOpsRecordFoundCallback() 367 sendSdpIntent(inst, sdpRecord, moreResults); in sdpSapsRecordFoundCallback() 400 sendSdpIntent(inst, sdpRecord, moreResults); in sdpDipRecordFoundCallback() 431 sendSdpIntent(inst, sdpRecord, false); in sdpRecordFoundCallback() 478 private void sendSdpIntent(SdpSearchInstance inst, Parcelable record, boolean moreResults) { in sendSdpIntent() method in SdpManager 513 sendSdpIntent(msgObj, null, false);
|