I am working on a native Tizen service app on a Gear S2 that scans for beacons using Bluteooth LE.
bt_adapter_le_start_scan(ble_scan_cb, NULL);
I am able to get a callback for my BLE beacon when I put it into "configurable" mode (which makes the beacon connectable). However, the typical operating state for a beacon is non-connectable. When the beacon is not connectable, I never get a callback from the scan for the beacon.
Is it possible to scan for non-connectable BLE devices on a Gear S2?