Hi dogan, On Thu, Jul 16, 2015, dogan yazar wrote: > In the Advertising API, org.bluez.LEAdvertisement1 has Type field > which can be "broadcast" or "peripheral". > When I set it to be peripheral, the outgoing advertisement packets has > the advertisement flags: > 0x02 (BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE) and I guess that is why > when I try to connect the peripheral from my Android, I get a pairing > request back. > > Is there a way to set BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED on the > flags as well to show I only support LE and so I can also skip the > pairing requests. You could try setting ControllerMode=le in the [General] section of /etc/bluetooth/main.conf and restart bluetoothd. Another option is to disable BR/EDR manually with btmgmt ("btmgmt bredr off"). Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html