Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs213 fn indicator_query_response( in indicator_query_response() function
501 pub fn indicator_query_response( in indicator_query_response() method
507 BtStatus::from(self.internal.pin_mut().indicator_query_response( in indicator_query_response()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.h47 uint32_t indicator_query_response(TelephonyDeviceStatus device_status, PhoneState phone_state,
Dhfp_shim.cc316 uint32_t HfpIntf::indicator_query_response(TelephonyDeviceStatus device_status, in indicator_query_response() function in bluetooth::topshim::rust::HfpIntf
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs1796 let status = self.hfp.indicator_query_response( in dispatch_hfp_callbacks()