From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Ravi Minnikanti To: "linux-bluetooth@vger.kernel.org" Subject: Re: How to make GATT only accessible over LE connection Message-ID: Date: Thu, 29 Jun 2017 17:58:14 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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