Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_callbacks.h98 virtual void DtmfCmdCallback(char tone, RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc189 void DtmfCmdCallback([[maybe_unused]] char tone, [[maybe_unused]] RawAddress* bd_addr) override {} in DtmfCmdCallback() function in bluetooth::topshim::rust::DBusHeadsetCallbacks
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp196 void DtmfCmdCallback(char dtmf, RawAddress* bd_addr) override { in DtmfCmdCallback() function in android::JniHeadsetCallbacks
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc537 bt_hf_callbacks->DtmfCmdCallback(p_data->val.str[0], in btif_hf_upstreams_evt()