Home
last modified time | relevance | path

Searched refs: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.cpp156 outServer = gattServer->GetServer(); in CheckGattsAddService()
190 …atus CheckGattsClose(napi_env env, napi_callback_info info, std::shared_ptr<GattServer> &outServer) in CheckGattsClose() argument
199 outServer = gattServer->GetServer(); in CheckGattsClose()
216 std::shared_ptr<GattServer> &outServer, UUID &outUuid) in CheckGattsRemoveService() argument
229 outServer = gattServer->GetServer(); in CheckGattsRemoveService()
271 outServer = gattServer->GetServer(); in CheckGattsSendRsp()
309 NapiGattServer **outServer, std::string &outDeviceId, NapiNotifyCharacteristic &outCharacter) in CheckNotifyCharacteristicChangedEx() argument
323 …NAPI_BT_RETURN_IF(gattServer == nullptr || outServer ==nullptr, "gattServer is nullptr.", napi_inv… in CheckNotifyCharacteristicChangedEx()
324 *outServer = gattServer; in CheckNotifyCharacteristicChangedEx()
363 …tus CheckGattsNotify(napi_env env, napi_callback_info info, std::shared_ptr<GattServer> &outServer, in CheckGattsNotify() argument
[all …]