Searched defs:gattServer (Results 1 – 2 of 2) sorted by relevance
74 NapiGattServer* gattServer = new NapiGattServer(); in GattServerConstructor() local93 NapiGattServer *gattServer = nullptr; in NapiGetGattServer() local144 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsAddService() local186 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsClose() local217 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsRemoveService() local259 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsSendRsp() local312 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckNotifyCharacteristicChangedEx() local367 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsNotify() local
115 std::shared_ptr<GattServer> gattServer = nullptr; member