Searched refs:mutcxxcall (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 10 use crate::{ccall, mutcxxcall}; 1358 BtStatus::from_i32(mutcxxcall!(self, read_phy, client_if, *addr)).unwrap() in read_phy() 1454 BtStatus::from_i32(mutcxxcall!(self, server_read_phy, server_if, *addr)).unwrap() in read_phy() 1477 mutcxxcall!(self, RegisterScanner, app_uuid.into()); in register_scanner() 1481 mutcxxcall!(self, Unregister, scanner_id); in unregister() 1486 mutcxxcall!(self, Scan, true); in start_scan() 1490 mutcxxcall!(self, Scan, false); in stop_scan() 1500 mutcxxcall!(self, ScanFilterParamSetup, scanner_id, action, filter_index, param); in scan_filter_setup() 1504 mutcxxcall!(self, ScanFilterAdd, filter_index, filters); in scan_filter_add() 1508 mutcxxcall!(self, ScanFilterClear, filter_index); in scan_filter_clear() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 1176 macro_rules! mutcxxcall { macro
|