Home
last modified time | relevance | path

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

/aosp12/system/bt/include/hardware/
H A Dbluetooth_headset_interface.h180 virtual bt_status_t AtResponse(bthf_at_response_t response_code,
/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc732 bt_status_t AtResponse(bthf_at_response_t response_code, int error_code,
1037 bt_status_t HeadsetInterface::AtResponse(bthf_at_response_t response_code, in AtResponse() function in bluetooth::headset::HeadsetInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp816 bt_status_t status = sBluetoothHfpInterface->AtResponse( in atResponseCodeNative()