Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs25 pub type BtGattTestParams = bindings::btgatt_test_params_t; typedef
1361 pub fn test_command(&self, command: i32, params: &BtGattTestParams) -> BtStatus { in test_command()