Skip to content

ble2902->setNotifications(false); does not get reflected to the Client #6868

Closed
@SuperTankMan

Description

@SuperTankMan

Board

az-delivery-devkit-v4

Device Description

n/a

Hardware Configuration

N/A

Version

v2.0.3

IDE Name

Arduino IDE and PlatformIO

Operating System

All

Flash frequency

80-240Mhz

PSRAM enabled

no

Upload speed

115200

Description

The code:
ble2902->setNotifications(false);
in the server side BLE does not get reflected to the client even when they read the notification and indication status.

Sketch

Standard BLE_Notify.ino with added ble2902->setNotifications(false); when the client registers for notifications

Debug Message

N/A

Other Steps to Reproduce

using modified code in the server side with ble2902->setNotifications(false); after the Client has registered for Notifications and the Server has processed ble2902->setNotifications(false); when you read the BLE2902 values they are still 01 00.

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions