pub type DescriptorReadFun = Box<dyn Fn(DescriptorReadRequest) -> Pin<Box<dyn Future<Output = ReqResult<Vec<u8>>> + Send>> + Send + Sync>;
Available on crate feature bluetoothd only.
Expand description

Characteristic descriptor read value function.