Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client.h59 static napi_value GetRssiValue(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp84 DECLARE_NAPI_FUNCTION("getRssiValue", GetRssiValue), in DefineGattClientJSClass()
486 napi_value NapiGattClient::GetRssiValue(napi_env env, napi_callback_info info) in GetRssiValue() function in OHOS::Bluetooth::NapiGattClient