CBCentralManagerOptionDeviceAccessForMedia

Static CBCentralManagerOptionDeviceAccessForMedia 

Source
pub unsafe static CBCentralManagerOptionDeviceAccessForMedia: &'static NSString
Available on crate feature CBCentralManagerConstants only.
Expand description

A Boolean representing the CBCentralManager init purpose is for DeviceAccess for media only. This will limit the functionality of this manager and only allow media device access without prompting the user for Bluetooth generic TCC.

See: initWithDelegate:queue:options:

See also Apple’s documentation