How to remove Flags when advertising as Connectable undirected (ADV_IND)
Hi,
how to prevent ROM automatically adding Flags to the advertisement packet when advertising as connectable ("The Flags data type are added by the ROM")?
Hi,
how to prevent ROM automatically adding Flags to the advertisement packet when advertising as connectable ("The Flags data type are added by the ROM")?
Hello Dialog_Support,
I am using beacon mode to broadcast advertising data string. If i want to send some dynamic data then i changed the manufacturer data string and broadcast. At the mobile application side they are receiving advertising data but not getting the byte i have changed. BLE Scanner is able to receive data in form of raw data.
Mobile App is receiving 0 at data field so can you tell me where is the data field located in advertising data? Can you suggest any App other then ble scanner which can able to receive advertising data string?
Hi there,
Our customer wants to change advertising data by mobile phone, so I add a function to receive data from mobile.
I use the function - "app_easy_gap_update_adv_data" to set adv data, however, if the data from mobile is wrong, I found DA14585 will hang up and be reset by watch dog.
For example, if mobile send "FF FF FF FF FF" and I set the data to "app_easy_gap_update_adv_data", DA14585 will hang up and be reset.
How can I prevent this status? write a parser to confirm the data? Does there any rules or formats for advertising data?
Thanks.
Hello,
Is it possible with SDK5 to change the advertising data packets dynamically during the life of the application?
If yes, how?
Thanks for your help.,
Andrea
Hi,
Now I'm working to implement the SUOTA functionality into DSPS reference peoject.
#1. Target Board : DA14580 Development Kit-PRO.
#2. base project : DSPS ref. preoject fromhttp://support.dialog-semiconductor.com/reference-designs
#3. SUOTA example code : prox_reporter.upprojx from the SDK 3.0.10.1
My starting project is above #2 and implement the SUOTA and DISS. The code modification is fully based on the above #3 source codes.
At final stage, the ambiguity is occurred.