How to get scanned BLE Device (Gatt Server) UUID or Name before connect

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
masac_1860766
Level 1
Level 1

I am using cypress dongle (C# API) on windows system to communicate with BLE devices. I am able to scan BLE devices but I didn't find any api method to get Device UUID or Name before connect to that device. Is IT possible? If yes , How?  Thanks. 

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

   

The advertisement packets contain the name and service uuid. (Provided your peripherals includes these in the Adv packet). You can parse the adv data to get the required data., Refer to the BLE Specification for advertisement data format.

   

Regards,

   

- Madhu Sudhan

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

Hi,

   

The advertisement packets contain the name and service uuid. (Provided your peripherals includes these in the Adv packet). You can parse the adv data to get the required data., Refer to the BLE Specification for advertisement data format.

   

Regards,

   

- Madhu Sudhan

0 Likes

Thanks Mr. Madhu Sudhan, It helps me lot.

0 Likes