Searched defs:A2dpError (Results 1 – 1 of 1) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
| D | a2dp.rs | 85 pub struct A2dpError { struct 88 pub status: BtStatus, 91 pub error: i32, 93 pub error_message: Option<String>, 174 pub struct A2dpError<'a> { struct 175 status: u32, 176 error_code: u8, 177 error_msg: &'a CxxString, 216 fn connection_state_callback(addr: RawAddress, state: u32, error: A2dpError); in connection_state_callback() 228 fn sink_connection_state_callback(addr: RawAddress, state: u32, error: A2dpError); in sink_connection_state_callback() [all …]
|