My IOS (IPhone) is trying to scan the bluetooth networks. There is a TX2 board running Ubuntu 16.04 LTS with bluetooth enabled (bluetooth name - “tegra-ubuntu”). The IPhone is able to see the “tegra-ubuntu” network, but unable to connect to it.
My Windows Laptop and a few android mobile phones are able to see “tegra-ubuntu” and connect when bluetooth is enabled on the respective devices.
I ran the command $systemctl status bluetooth. I am getting the following errors.
Could you kindly take a look at this and tell me a solution?
nvidia@tegra-ubuntu:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2019-04-22 15:57:21 IST; 10min ago
Docs: man:bluetoothd(8)
Main PID: 1087 (bluetoothd)
Status: “Running”
CGroup: /system.slice/bluetooth.service
└─1087 /usr/lib/bluetooth/bluetoothd
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Error adding Link Loss service
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Not enough free handles to register service
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Not enough free handles to register service
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Not enough free handles to register service
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Current Time Service could not be registered
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: gatt-time-server: Input/output error (5)
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Not enough free handles to register service
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Not enough free handles to register service
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: Sap driver initialization failed.
Apr 22 15:57:21 tegra-ubuntu bluetoothd[1087]: sap-server: Operation not permitted (1)
Also another question WayneWWW; how can I increase the Bluetooth range on TX2 Board? At the moment, I have to keep my Android phone literally beside the board for my phone to detect the TX2 bluetooth and connect to it.
If I take 3 steps away, then the TX2 bluetooth is gone from my Android phone’s list of Bluetooth devices nearby.
I connected a bluetooth antenna to the board. Please see the attached photo. Is this the right way to connect it? It does not solve the issue of poor Bluetooth range.
We can reproduce this issue now. May I ask what is your usecase here? To be honest, we seldom have bluetooth + iPhone usecase. Thus, I cannot immediately give you the answer if the BT profile is compatible between iphone and tegra.
Our testcases are all based on android tablet too.
To be very brief, we are developing an application for controlling TX2 with mobile over bluetooth. iPhone being able to scan and connect to TX2 bluetooth is the main thing we want for this application.