Searched defs:send_command (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/pandora/test/pairing/ |
D | smp_test.py | 142 def send_command(self: smp.Session, command: smp.SMP_Command) -> None: member in SmpTest.test_le_pairing_delete_dup_bond_record.Session
|
/packages/modules/Nfc/libnfc-nci/src/rust/hal/ffi/ |
D | hidl.cc | 109 void send_command(rust::Slice<const uint8_t> data) { in send_command() function
|
/packages/modules/Bluetooth/offload/hal/ |
D | ffi.rs | 45 send_command: unsafe extern "C" fn(handle: *mut c_void, data: *const u8, len: usize), field 100 pub(crate) fn send_command(&self, data: &[u8]) { in send_command() method
|
/packages/modules/Bluetooth/offload/hal/include/hal/ |
D | ffi.h | 60 void (*send_command)(void *handle, const uint8_t *data, size_t len); member
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | _rootcanal.py | 49 def send_command(self, name, args): member in TestChannel
|
/packages/modules/Nfc/libnfc-nci/src/rust/hal/ |
D | hidl_hal.rs | 84 fn send_command(data: &[u8]); in send_command() function
|
/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | test_channel.py | 99 def send_command(self, name, args): member in TestChannel
|
/packages/modules/adb/client/ |
D | adb_install.cpp | 152 static unique_fd send_command(const std::vector<std::string>& cmd_args, std::string* error) { in send_command() function
|