Home
last modified time | relevance | path

Searched refs:LocalIoCaps (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dutils.rs25 BluetoothProperty::LocalIoCaps(caps) => { in bluetooth_property_to_event_data()
Dadapter_service.rs366 btif::BluetoothProperty::LocalIoCaps( in set_local_io_caps()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs161 LocalIoCaps, enumerator
583 LocalIoCaps(BtIoCap), enumerator
624 BluetoothProperty::LocalIoCaps(_) => BtPropertyType::LocalIoCaps, in get_type()
659 BluetoothProperty::LocalIoCaps(_) => mem::size_of::<BtIoCap>(), in get_len()
751 BluetoothProperty::LocalIoCaps(iocap) => { in get_data_ptr()
840 BtPropertyType::LocalIoCaps => BluetoothProperty::LocalIoCaps( in from()
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py190 LocalIoCaps = 0xE variable in BtPropertyType