create_descriptor

Function create_descriptor 

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