Function create_characteristic_with_value

Source
fn create_characteristic_with_value(
    service: &BluetoothGATTService,
    uuid: String,
    value: Vec<u8>,
) -> Result<BluetoothGATTCharacteristic, Box<dyn Error>>