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.rs108 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()
Dbluetooth_gatt.rs1953 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()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dsysprop.rs55 pub fn get_i32(prop: PropertyI32) -> i32 { in get_i32() function