Searched defs:test_command (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/system/blueberry/tests/avrcp/ | 
| D | bluetooth_avrcp_test.py | 159   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/blueberry/tests/topshim/lib/ | 
| D | gatt_client.py | 322     async def test_command(self):  member in GattClient
  | 
| /packages/modules/Bluetooth/system/include/hardware/ | 
| D | bt_gatt_client.h | 317   bt_status_t (*test_command)(int command, const btgatt_test_params_t& params);  member
  | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ | 
| D | gatt_service.rs | 657     fn test_command(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) {  in test_command()  method
  | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ | 
| D | gatt.rs | 1370     pub fn test_command(&self, command: i32, params: &BtGattTestParams) -> BtStatus {  in test_command()  method
  |