Function bluetooth::test::create_descriptor

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