Function bluetooth::test::create_characteristic_with_value

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