Searched defs:gattServer (Results 1 – 2 of 2) sorted by relevance
78 NapiGattServer* gattServer = new NapiGattServer(); in GattServerConstructor() local103 NapiGattServer *gattServer = nullptr; in NapiGetGattServer() local154 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsAddService() local196 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsClose() local227 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsRemoveService() local269 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsSendRsp() local322 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckNotifyCharacteristicChangedEx() local377 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsNotify() local
118 std::shared_ptr<GattServer> gattServer = nullptr; member