Type Alias bluer::gatt::local::CharacteristicReadFun

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

Characteristic read value function.

Aliased Type§

struct CharacteristicReadFun(/* private fields */);