Home
last modified time | relevance | path

Searched defs:send_command (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py142 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/
Dhidl.cc109 void send_command(rust::Slice<const uint8_t> data) { in send_command() function
/packages/modules/Bluetooth/offload/hal/
Dffi.rs45 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/
Dffi.h60 void (*send_command)(void *handle, const uint8_t *data, size_t len); member
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_rootcanal.py49 def send_command(self, name, args): member in TestChannel
/packages/modules/Nfc/libnfc-nci/src/rust/hal/
Dhidl_hal.rs84 fn send_command(data: &[u8]); in send_command() function
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dtest_channel.py99 def send_command(self, name, args): member in TestChannel
/packages/modules/adb/client/
Dadb_install.cpp152 static unique_fd send_command(const std::vector<std::string>& cmd_args, std::string* error) { in send_command() function