Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp363 static napi_status CheckGattsNotify(napi_env env, napi_callback_info info, std::shared_ptr<GattServ… in CheckGattsNotify() function
391 auto status = CheckGattsNotify(env, info, server, deviceId, notifyCharacter); in NotifyCharacteristicChanged()