Hello,
I have a GATT service implemented with "encrypt-write" characteristic
flags on a dual-mode chipset. It works well over a LE connection with
AES-CCM encryption.
But, my GATT characteristics are accessible over BR/EDR connection which
uses a Link key encryption.
Can someone please help me to know, Is there any way I can make my GATT
only accessible over a LE connection ?
I understand that this cannot be done from bluez and should be done at
kernel.
Thanks,
Ravi