Hi to all.
I am new to raspberry pi.
"nRF Connect for Mobile" mobile app not disovering my raspberry pi.
"nRF Connect for Mobile" app will find near by all BLE devices(all vendors not only nordiac).
I knew that bluetooth on pi will support both classic & ble. By default pi's bluetooth is a 'classic' one, if it's false please correct me.
I enabled '--experimental' feature to support ble features.
Here is the my output while running "systemctl status bluetooth"
root@raspberrypi:~# systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2019-03-05 14:51:07 IST; 1min 7s ago
Docs: man:bluetoothd(8)
Main PID: 636 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─636 /usr/libexec/bluetooth/bluetoothd --experimental
Mar 05 14:51:06 raspberrypi systemd[1]: Starting Bluetooth service...
Mar 05 14:51:07 raspberrypi bluetoothd[636]: Bluetooth daemon 5.48
Mar 05 14:51:07 raspberrypi systemd[1]: Started Bluetooth service.
Mar 05 14:51:07 raspberrypi bluetoothd[636]: Starting SDP server
Mar 05 14:51:07 raspberrypi bluetoothd[636]: Bluetooth management interface 1.14 initialized
Mar 05 14:51:08 raspberrypi bluetoothd[636]: Endpoint registered: sender=:1.12 path=/A2DP/SBC/Source/1
Mar 05 14:51:08 raspberrypi bluetoothd[636]: Failed to set privacy: Rejected (0x0b)
Apart from this,any other thing has to be done to scan my raspberry pi's bluetooth as "BLE" not "classic".
Hardware details:
Raspberry pi 3 model b.
Please help me.