Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_opp.h28 static napi_value CreateOppServerProfile(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp64 DECLARE_NAPI_FUNCTION("createOppServerProfile", CreateOppServerProfile), in DefineCreateProfile()
71 napi_value NapiBluetoothOpp::CreateOppServerProfile(napi_env env, napi_callback_info info) in CreateOppServerProfile() function in OHOS::Bluetooth::NapiBluetoothOpp