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.h170 virtual bt_status_t FormattedAtResponse(const char* rsp, RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc232 headset_->FormattedAtResponse("+XAPL=iPhone,2", bd_addr); in UnknownAtCallback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc892 bt_status_t FormattedAtResponse(const char* rsp, RawAddress* bd_addr) override;
1168 bt_status_t HeadsetInterface::FormattedAtResponse(const char* rsp, RawAddress* bd_addr) { in FormattedAtResponse() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp803 bt_status_t status = sBluetoothHfpInterface->FormattedAtResponse(response, (RawAddress*)addr); in atResponseStringNative()