Searched refs:PropertyI32 (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | sysprop.rs | 10 pub enum PropertyI32 { enum 24 impl Into<(CString, i32)> for PropertyI32 { implementation 29 PropertyI32::LeInquiryScanInterval => ("bluetooth.core.le.inquiry_scan_interval", 36), in into() 32 PropertyI32::LeInquiryScanWindow => ("bluetooth.core.le.inquiry_scan_window", 18), in into() 35 PropertyI32::LeAdvMonScanInterval => ("bluetooth.core.le.adv_mon_scan_interval", 40), in into() 38 PropertyI32::LeAdvMonScanWindow => ("bluetooth.core.le.adv_mon_scan_window", 20), in into() 40 PropertyI32::ProductId => ("bluetooth.device_id.product_id", 0), in into() 41 PropertyI32::ProductVersion => ("bluetooth.device_id.product_version", 0), in into() 44 PropertyI32::VendorId => ("bluetooth.device_id.vendor_id", 0xE0), in into() 47 PropertyI32::VendorIdSource => ("bluetooth.device_id.vendor_id_source", 0x1), in into() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 108 let vendor_id = sysprop::get_i32(sysprop::PropertyI32::VendorId); in handle_callbacks() 110 sysprop::get_i32(sysprop::PropertyI32::VendorIdSource); in handle_callbacks() 111 let product_id = sysprop::get_i32(sysprop::PropertyI32::ProductId); in handle_callbacks() 113 sysprop::get_i32(sysprop::PropertyI32::ProductVersion); in handle_callbacks()
|
D | bluetooth_gatt.rs | 1953 interval: sysprop::get_i32(sysprop::PropertyI32::LeInquiryScanInterval), in start_active_scan() 1954 window: sysprop::get_i32(sysprop::PropertyI32::LeInquiryScanWindow), in start_active_scan() 2207 interval: sysprop::get_i32(sysprop::PropertyI32::LeAdvMonScanInterval), in start_scan() 2208 window: sysprop::get_i32(sysprop::PropertyI32::LeAdvMonScanWindow), in start_scan()
|