Home
last modified time | relevance | path

Searched defs:test_command (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/avrcp/
Dbluetooth_avrcp_test.py159 def execute_media_play_pause_test_logic(self, command_sender, test_command): argument
220 def execute_skip_next_prev_test_logic(self, command_sender, test_command): argument
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h310 bt_status_t (*test_command)(int command, const btgatt_test_params_t& params); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1217 pub fn test_command(&self, command: i32, params: &BtGattTestParams) -> BtStatus { in test_command() method