You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLE supports authorization for given characteristics (process during which I am allowed or not to access the characteristic).
For example, below, I do not have the correct authorization to read the handle (output from gatttool):
Note this is different from authentication. Authentication is done during pairing. Here I talk about authorization (see here for "authorization"). Just want to insist I am not talking about authentication ;-)
Is this supported by bleno, and how could we implement a peripheral that requires authorization?
The text was updated successfully, but these errors were encountered:
BLE supports authorization for given characteristics (process during which I am allowed or not to access the characteristic).
For example, below, I do not have the correct authorization to read the handle (output from
gatttool
):Note this is different from authentication. Authentication is done during pairing. Here I talk about authorization (see here for "authorization"). Just want to insist I am not talking about authentication ;-)
Is this supported by bleno, and how could we implement a peripheral that requires authorization?
The text was updated successfully, but these errors were encountered: