Hello there,
We are currently working with a CC2564MODA in our Linux Embedded Device, our System is based on Kernel 4.14.
The CC2564MODA is connected to our host controller via UART. The communication is based on the HCI-Interface and BlueZ 5.62.
Managing telephony (HFP-profile) and phonebook (PBAB-profile) we use ofono and obex.
The current topics we are working towards are:
Automatically reconnect (auto-connect)
-
Requirement: We want to be able to auto-connect with an already paired device (Smartphones), without interaction of the user on the device. After a reboot our CC2564MODA should know the paired device and connects to it
-
Problem: The CC2564MODA does not store any key after pairing a device and BlueZ does not provide any solution for saving paired devices after a reboot. Do you know any mechanism to save a paired Device after a reboot, which works with CC2564MODA and BlueZ in combination?
A3DP
-
Requirements: We want to do Audiostreaming with A2DP-Profile. To route the audio streams directly, via I2S to an external audio codec we use the assisted mode. On regular Linux Devices the A2DP-Connection would be solved by bluealsa or PulseAudio in blueZ. (creating SBC, etc.)
-
You may have any knowledge or experience how this case is solvable in the CC2564MODA environment?
Thank you a lot in advance.