Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hf_client.cc732 static bt_status_t send_at_cmd(const RawAddress* bd_addr, int cmd, int val1, in send_at_cmd() function
765 .send_at_cmd = send_at_cmd,
/aosp12/system/bt/include/hardware/
H A Dbt_hf_client.h392 bt_status_t (*send_at_cmd)(const RawAddress* bd_addr, int cmd, int val1, member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp824 bt_status_t status = sBluetoothHfpClientInterface->send_at_cmd( in sendATCmdNative()