Searched full:ibeacon (Results 1 – 6 of 6) sorted by relevance
2 :name: iBeacon5 Advertise an Apple iBeacon using GAP Broadcaster role.11 functionality by advertising an Apple iBeacon. The calibrated RSSI @ 116 Because of the hard-coded values of iBeacon UUID, major, and minor,18 convenient for quick demonstrations of iBeacon functionality.29 This sample can be found under :zephyr_file:`samples/bluetooth/ibeacon` in the38 :zephyr-app: samples/bluetooth/ibeacon
2 description: Sample code for Zephyr iBeacon Demo3 name: iBeacon5 sample.bluetooth.ibeacon:
5 project(ibeacon) project
20 * Set iBeacon demo advertisement data. These values are for32 0x02, 0x15, /* iBeacon */60 printk("iBeacon started\n"); in bt_ready()67 printk("Starting iBeacon Demo\n"); in main()
130 - ibeacon
277 * Added Apple iBeacon sample application