Searched defs:A2dpError (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | a2dp.rs | 86 pub struct A2dpError { struct 89 pub status: BtStatus, 92 pub error: i32, 94 pub error_message: Option<String>, 221 pub struct A2dpError<'a> { struct 222 status: u32, 223 error_code: u8, 224 error_msg: &'a CxxString, 263 fn connection_state_callback(addr: RawAddress, state: u32, error: A2dpError); in connection_state_callback() 275 fn sink_connection_state_callback(addr: RawAddress, state: u32, error: A2dpError); in sink_connection_state_callback() [all …]
|