This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Facing problem in establishing ble connection between wi-link chip with mobile app

Other Parts Discussed in Thread: WL1835

Hi Guys,

I am using wl1835 chip on my board and I am using bluez-4.03. Now what I want to do is make my board as peripheral device and mobile app as a central device and establish a connection between them.

But now what happened is I have made some modification in

Now I have done some modification in bluez i.e src/attrib-server.c. to make it work as peripheral device and I am using following commands at console to advertise

uim &
hciconfig hci0 up
dbus-daemon --system &
bluetoothd L -n -d &
hciconfig hci0 leadv &

Now with this I can see my board mac addr on mobile app.Now the problem is

1.I am not getting the name.It is showing as n/a on mob app.

2.Corresponding to name (i.e n/a in our case) it will show one button "connect" when I am pressing it , it is not getting connected to board.So what changes are need to get it connect.


Thanks,
Abhi