BLE_ENABLED

Constant BLE_ENABLED 

Source
pub const BLE_ENABLED: u32 = 4871;
Expand description

Whether the device is reachable over Bluetooth (PROP_BLE_ENABLED) โ€” BOOL, default 1. Requires CAP_BLE.

Cleared, the device stops advertising and drops any attached host; bonds survive, and the host reconnects when it is set again. It does not claim the radio is powered down: tearing a vendor stack down at runtime is not something every platform can do, and a property that says โ€œoffโ€ while a stack is still up would be lying about the thing a user turns it off for.