Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp141 …CheckGattsAddService(napi_env env, napi_callback_info info, std::shared_ptr<GattServer> &outServer, in CheckGattsAddService()
190 …atus CheckGattsClose(napi_env env, napi_callback_info info, std::shared_ptr<GattServer> &outServer) in CheckGattsClose()
216 std::shared_ptr<GattServer> &outServer, UUID &outUuid) in CheckGattsRemoveService()
257 …us CheckGattsSendRsp(napi_env env, napi_callback_info info, std::shared_ptr<GattServer> &outServer, in CheckGattsSendRsp()
309 NapiGattServer **outServer, std::string &outDeviceId, NapiNotifyCharacteristic &outCharacter) in CheckNotifyCharacteristicChangedEx()
363 …tus CheckGattsNotify(napi_env env, napi_callback_info info, std::shared_ptr<GattServer> &outServer, in CheckGattsNotify()