Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp78 NapiGattServer* gattServer = new NapiGattServer(); in GattServerConstructor() local
103 NapiGattServer *gattServer = nullptr; in NapiGetGattServer() local
154 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsAddService() local
196 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsClose() local
227 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsRemoveService() local
269 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsSendRsp() local
322 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckNotifyCharacteristicChangedEx() local
377 NapiGattServer *gattServer = NapiGetGattServer(env, thisVar); in CheckGattsNotify() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp118 std::shared_ptr<GattServer> gattServer = nullptr; member