Dear Sir,
CPU : OMAP3730,
WLAN&BT: WL1271
Linux Kernel : 2.6.32
I have problem with BT_Demo.sh from TI, with HFP test
It's look like aplay can't saw the Bluetooth card, below,
/*
* HFP Play
*/
1. Start HFP
2. Stop HFP
====> 1
Enter the BD Address of the HFP device
====> 00:13:17:F1:C5:3D
1. Play Audio...
2. Record Audio...
3. Echo Audio
4. Goto Main Menu
5. Stop HFP
====> 1
Pincode request for device /org/bluez/2398/hci0/dev_00_13_17_F1_C5_3D
The following files are available at gallery
Document.jpg Pop.wav song_8000.wav
Enter the Audio wav File Name ...
====> song_8000.wav
aplay: main:660: audio open error: No such file or directory
1. Stop playing
2. Goto Main Menu
Select option :
root@box:/opt/ti-bluetooth/bluetooth_scripts# cat /etc/asound.conf
pcm.!bluetooth {
type bluetooth
device 00:13:17:F1:C5:3D
}
pcm.!default {
type plug
slave.pcm bluetooth
}
Any suggetion ? Thank you in advance.