Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs142 fn indicator_query_response( in indicator_query_response() function
369 pub fn indicator_query_response( in indicator_query_response() method
375 BtStatus::from(self.internal.pin_mut().indicator_query_response( in indicator_query_response()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.h46 uint32_t indicator_query_response(
Dhfp_shim.cc273 uint32_t HfpIntf::indicator_query_response( in indicator_query_response() function in bluetooth::topshim::rust::HfpIntf
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs811 let status = hfp.indicator_query_response( in dispatch_hfp_callbacks()