Home
last modified time | relevance | path

Searched refs:get_i32 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs106 let vendor_id = sysprop::get_i32(sysprop::PropertyI32::VendorId); in handle_callbacks()
108 sysprop::get_i32(sysprop::PropertyI32::VendorIdSource); in handle_callbacks()
109 let product_id = sysprop::get_i32(sysprop::PropertyI32::ProductId); in handle_callbacks()
111 sysprop::get_i32(sysprop::PropertyI32::ProductVersion); in handle_callbacks()
Dbluetooth_gatt.rs1825 interval: sysprop::get_i32(sysprop::PropertyI32::LeInquiryScanInterval), in start_active_scan()
1826 window: sysprop::get_i32(sysprop::PropertyI32::LeInquiryScanWindow), in start_active_scan()
2092 interval: sysprop::get_i32(sysprop::PropertyI32::LeAdvMonScanInterval), in start_scan()
2093 window: sysprop::get_i32(sysprop::PropertyI32::LeAdvMonScanWindow), in start_scan()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dsysprop.rs55 pub fn get_i32(prop: PropertyI32) -> i32 { in get_i32() function