Home
last modified time | relevance | path

Searched refs:KeyPressedCallback (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dbluetooth_headset_callbacks.h164 virtual void KeyPressedCallback(RawAddress* bd_addr) = 0;
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp341 void KeyPressedCallback(RawAddress* bd_addr) override { in KeyPressedCallback() function in android::JniHeadsetCallbacks
/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc487 bt_hf_callbacks->KeyPressedCallback(&btif_hf_cb[idx].connected_bda); in btif_hf_upstreams_evt()