Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs306 pub fn send_pass_through_cmd( in send_pass_through_cmd() method
312 ccall!(self, send_pass_through_cmd, &addr, key_code.into(), key_state.into()).into() in send_pass_through_cmd()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_rc.h668 bt_status_t (*send_pass_through_cmd)(const RawAddress& bd_addr, member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp817 bt_status_t status = sBluetoothAvrcpInterface->send_pass_through_cmd( in sendPassThroughCommandNative()