Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc727 static bt_status_t send_at_cmd(const RawAddress* bd_addr, int cmd, int val1, in send_at_cmd() function
781 .send_at_cmd = send_at_cmd,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h393 bt_status_t (*send_at_cmd)(const RawAddress* bd_addr, int cmd, int val1, member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp845 bt_status_t status = sBluetoothHfpClientInterface->send_at_cmd( in sendATCmdNative()