Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp333 NapiGattServer* napiServer = nullptr; in NotifyCharacteristicChangedEx() local
336 …auto status = CheckNotifyCharacteristicChangedEx(env, info, &napiServer, deviceId, notifyCharacter… in NotifyCharacteristicChangedEx()
337 NAPI_BT_ASSERT_RETURN_FALSE(env, (status == napi_ok && napiServer && napiServer->GetServer()), in NotifyCharacteristicChangedEx()
340 auto func = [server = napiServer->GetServer(), notifyCharacter, deviceId]() { in NotifyCharacteristicChangedEx()
355 …bool success = napiServer->GetCallback()->asyncWorkMap_.TryPush(NapiAsyncType::GATT_SERVER_NOTIFY_… in NotifyCharacteristicChangedEx()