Home
last modified time | relevance | path

Searched defs:gattServer (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
Dnapi_bluetooth_gatt_server.cpp74 NapiGattServer* gattServer = new NapiGattServer(); in GattServerConstructor() local
93 NapiGattServer *gattServer = nullptr; in NapiGetGattServer() local
144 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsAddService() local
186 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsClose() local
217 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsRemoveService() local
259 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsSendRsp() local
312 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckNotifyCharacteristicChangedEx() local
367 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsNotify() local
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gatt_server.cpp115 std::shared_ptr<GattServer> gattServer = nullptr; member