I am trying to understand if BLE Stack support for "service solicitation" on CC26xx as per iOS's BLE central solicitation reference:
let CBCentralManagerScanOptionSolicitedServiceUUIDsKey: String
"An array (an instance of NSArray) of service UUIDs (represented by CBUUID objects) that you want to scan for. Specifying this scan option causes the central manager to also scan for peripherals soliciting any of the services contained in the array."
What does a peripheral running BLE stack have to do / implement to support this?