Searched defs:send_packet (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | channel.rs | 18 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError>; in send_packet() method
|
D | ffi.rs | 263 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError> { in send_packet() method
|
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/ |
D | mock_transport.rs | 22 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError> { in send_packet() method
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_server_bearer.rs | 46 send_packet: Box<dyn Fn(att::Att) -> Result<(), EncodeError>>, field 78 fn send_packet(&self, packet: att::Att) -> Result<(), EncodeError> { in send_packet() method 321 let send_packet = move |packet| { in test_concurrent_transaction_failure() localVariable
|
/packages/modules/Nfc/libnfc-nci/src/rust/nci/ |
D | nci.rs | 208 pub async fn send_packet(&mut self, conn_id: u8, pkt: DataPacket) { in send_packet() method
|
/packages/modules/adb/ |
D | transport.cpp | 564 void send_packet(apacket* p, atransport* t) { in send_packet() function
|