Lines Matching refs:sBluetoothSdpInterface

45 static const btsdp_interface_t* sBluetoothSdpInterface = NULL;  variable
63 if (sBluetoothSdpInterface != NULL) { in initializeNative()
65 sBluetoothSdpInterface->deinit(); in initializeNative()
66 sBluetoothSdpInterface = NULL; in initializeNative()
69 sBluetoothSdpInterface = (btsdp_interface_t*)btInf->get_profile_interface( in initializeNative()
71 if (sBluetoothSdpInterface == NULL) { in initializeNative()
74 sBluetoothSdpInterface->init(&sBluetoothSdpCallbacks); in initializeNative()
110 if (!sBluetoothSdpInterface) return JNI_FALSE; in sdpSearchNative()
126 int ret = sBluetoothSdpInterface->sdp_search( in sdpSearchNative()
254 if (!sBluetoothSdpInterface) return -1; in sdpCreateMapMasRecordNative()
277 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreateMapMasRecordNative()
293 if (!sBluetoothSdpInterface) return -1; in sdpCreateMapMnsRecordNative()
314 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreateMapMnsRecordNative()
328 if (!sBluetoothSdpInterface) return -1; in sdpCreatePbapPceRecordNative()
345 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreatePbapPceRecordNative()
362 if (!sBluetoothSdpInterface) return -1; in sdpCreatePbapPseRecordNative()
384 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreatePbapPseRecordNative()
400 if (!sBluetoothSdpInterface) return -1; in sdpCreateOppOpsRecordNative()
431 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreateOppOpsRecordNative()
448 if (!sBluetoothSdpInterface) return -1; in sdpCreateSapsRecordNative()
466 int ret = sBluetoothSdpInterface->create_sdp_record(&record, &handle); in sdpCreateSapsRecordNative()
480 if (!sBluetoothSdpInterface) return false; in sdpRemoveSdpRecordNative()
482 int ret = sBluetoothSdpInterface->remove_sdp_record(record_id); in sdpRemoveSdpRecordNative()
500 if (sBluetoothSdpInterface != NULL) { in cleanupNative()
502 sBluetoothSdpInterface->deinit(); in cleanupNative()
503 sBluetoothSdpInterface = NULL; in cleanupNative()