Hi, I using the 15.3 SDK.I want to get the peer's name by filtering Company ID(manu data).The Company ID is in the scan response packet, and peer's name is in the adv data packet.This prevents me from receiving completed data at once!
Hi, I using the 15.3 SDK.I want to get the peer's name by filtering Company ID(manu data).The Company ID is in the scan response packet, and peer's name is in the adv data packet.This prevents me from receiving completed data at once!
There is two packets, so you will need to always buffer the advertisement packet, and when you receive the scan response packet you can join that to the latest received advertisement packet.
Kenneth
谢谢!