ios - What is in BLE Advertising data? -


i trying implement bluetooth low energy in 1 of projects, using iphone , hm-0 ble module.

my question: possible read service uuids (or characteristics) after scanning, without having connect peripheral?

the point whether or not possible put list of service uuids , value of characteristics on advertising data.

the way achieve want add available services advert report. functionality module-dependent , there many modules not allow that. had quick @ at commands of hm-10 , seems module 1 of them.

please note ble can add whatever want advert report, , program iphone read data accordingly. however, if want full-fledged ble communication (i.e. reading characteristic values, etc) best option connect device.

for more information, take @ these useful links:

i hope helps.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -