/BLEDemo4_Advertising

Two Android devices are needed (Peripheral and Central). BLE Peripheral broadcasts different messages periodically and BLE central receives them: 1) Peripheral code - BLE advertisement (low latency, high power advertisement with a different sequence number as service data at every second), and 2) Central code - BLE scanning and receiving of advertisement data at a regular interval. Both kinds of code are in the same app but executes when the specific switch button is checked on/off.

Primary LanguageJava

This repository is not active