Home
last modified time | relevance | path

Searched refs:GetServer (Results 1 – 2 of 2) 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()
199 outServer = gattServer->GetServer(); in CheckGattsClose()
229 outServer = gattServer->GetServer(); in CheckGattsRemoveService()
271 outServer = gattServer->GetServer(); in CheckGattsSendRsp()
337 NAPI_BT_ASSERT_RETURN_FALSE(env, (status == napi_ok && napiServer && napiServer->GetServer()), in NotifyCharacteristicChangedEx()
340 auto func = [server = napiServer->GetServer(), notifyCharacter, deviceId]() { in NotifyCharacteristicChangedEx()
379 outServer = gattServer->GetServer(); in CheckGattsNotify()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h47 std::shared_ptr<GattServer> &GetServer() in GetServer() function