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 Einar, Edvin,

     thanks for the quick answers.

      I already know these security levels and I use them (Le secure connections). In my case, I don't want just anyone to be able to access the charactéristics so all characteristics are protected with pairing through a password, it is after this step that I want to have these differrent access levels.

     , in what you talk about, is it possible to have what I was talking to Einar ?

    To implement these access levels, I have began to look at Bluetooth-SIG Authorization Control Service (ACS), which seems to permit that.

    Do you know this service ?DO you have any information on it ? Someone at Nordic told me that this service is not implemented for the moment in NRF Connect SDK, can you confirm that ?

Reply
  • Hi Einar, Edvin,

     thanks for the quick answers.

      I already know these security levels and I use them (Le secure connections). In my case, I don't want just anyone to be able to access the charactéristics so all characteristics are protected with pairing through a password, it is after this step that I want to have these differrent access levels.

     , in what you talk about, is it possible to have what I was talking to Einar ?

    To implement these access levels, I have began to look at Bluetooth-SIG Authorization Control Service (ACS), which seems to permit that.

    Do you know this service ?DO you have any information on it ? Someone at Nordic told me that this service is not implemented for the moment in NRF Connect SDK, can you confirm that ?

Children
No Data
Related