Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp101 static NapiGattServer *NapiGetGattServer(napi_env env, napi_value thisVar) in NapiGetGattServer() function
111 static NapiGattServer *NapiGetGattServer(napi_env env, napi_callback_info info) in NapiGetGattServer() function
118 return NapiGetGattServer(env, thisVar); in NapiGetGattServer()
123 NapiGattServer *napiGattServer = NapiGetGattServer(env, info); in On()
133 NapiGattServer *napiGattServer = NapiGetGattServer(env, info); in Off()
154 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsAddService()
196 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsClose()
227 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsRemoveService()
269 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsSendRsp()
322 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckNotifyCharacteristicChangedEx()
[all …]