I spent 3 days trying all the examples different options:
1. BLE Single Connection SDK - feature_extend_adv
2. BLE Single Connection SDK - feature_phy_extend_adv (as described in the Handbook)
3. BLE Multi Connection SDK - feature_ext_adv
None of the examples works. I can t see the device on the phone app.
Has anybody had any success with extended advertising using TLSR8258?
I would appreciate any help.
No related topics |
Hi,
in the handbook can you confirm your phone support the extend adv? or can you use BLE sniffer or current recorder to confirm.
Hi Soyo,
The phone supports Extended Advertising - see below on the picture (last2 lines)
I have decided to check another phone - Galaxy S21.
I am using nRF Connect Android app.
Example "feature_extend_adv" worked on this phone. So is it Android 14 issue with Z Flip5?
I checked different options in the app.c and saw that some of them didn t work. I didn t manage to see extended data.
1. example option: #elif 1 // Extended, Connectable, Undirected - worked
2. When I tried option: #elif 1 //None_Connectable_None_Scannable Directed, with auxiliary packet
AdvData: 600 bytes, check that APP_MAX_LENGTH_ADV_DATA must bigger than 600
Note, I changed to BLE_ADDR_PUBLIC in this example. The result is:
Why do I get this? Data Status: Truncated?
Primary/Secondary PHY: Unused?
EDIT:
I tried a different option which didn't work, so I decided to go back to option that worked (1. Extended, Connectable, Undirected), but it doesn't work any more.
I recompiled the project, erased flash and flashed firmware and still doesn't work.
So for me it is the end of testing of extended advertising. I have wasted too much time on this.