Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h174 virtual bt_status_t FormattedAtResponse(const char* rsp,
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc244 headset_->FormattedAtResponse("+XAPL=iPhone,2", bd_addr); in UnknownAtCallback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc857 bt_status_t FormattedAtResponse(const char* rsp,
1143 bt_status_t HeadsetInterface::FormattedAtResponse(const char* rsp, in FormattedAtResponse() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp789 sBluetoothHfpInterface->FormattedAtResponse(response, (RawAddress*)addr); in atResponseStringNative()