bluetooth::test

Function create_descriptor_with_value

Source
fn create_descriptor_with_value(
    characteristic: &BluetoothGATTCharacteristic,
    uuid: String,
    value: Vec<u8>,
) -> Result<BluetoothGATTDescriptor, Box<dyn Error>>