Implement access levels in BLE characteristics

Hi,

I have a BLE interface with services and characteristics and I want to have different level accesses for my characteristics with for example two levels:

  • level user: I can only read the characteristics
  • level technician: I can read and write the characteristics

Is there a way to do that ?

Thanks

Parents
  • Hi  

    These different access levels are not implemented on our side for the moment, our current product protects all characteristics through LE Secure Connection.

    What we want is that after this step, not all people can for example write the characteristics. The idea can be to enter another password in order to have the possibility to write a characteristic.

Reply
  • Hi  

    These different access levels are not implemented on our side for the moment, our current product protects all characteristics through LE Secure Connection.

    What we want is that after this step, not all people can for example write the characteristics. The idea can be to enter another password in order to have the possibility to write a characteristic.

Children
No Data
Related