Skip to main content

get_gatt_children

Function get_gatt_children 

Source
pub(crate) fn get_gatt_children<T, F>(
    cx: &mut CurrentRealm<'_>,
    attribute: &T,
    single: bool,
    uuid_canonicalizer: F,
    uuid: Option<StringOrUnsignedLong>,
    instance_id: String,
    connected: bool,
    child_type: GATTType,
) -> Rc<Promise>