Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc750 static bt_status_t send_android_at(const RawAddress* bd_addr, const char* arg) { in send_android_at() function
782 .send_android_at = send_android_at,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h397 bt_status_t (*send_android_at)(const RawAddress* bd_addr, const char* arg); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp876 bt_status_t status = sBluetoothHfpClientInterface->send_android_at( in sendAndroidAtNative()