Function bluetooth::test::create_descriptor_with_value

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