Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h147 virtual bt_status_t CopsResponse(const char* cops, RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc222 headset_->CopsResponse("", bd_addr); in AtCopsCallback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc852 bt_status_t CopsResponse(const char* cops, RawAddress* bd_addr) override;
1092 bt_status_t HeadsetInterface::CopsResponse(const char* cops, in CopsResponse() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp737 sBluetoothHfpInterface->CopsResponse(operator_name, (RawAddress*)addr); in copsResponseNative()