Home
last modified time | relevance | path

Searched defs:send_packet (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/
Dchannel.rs18 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError>; in send_packet() method
Dffi.rs263 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError> { in send_packet() method
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_transport.rs22 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError> { in send_packet() method
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs46 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/
Dnci.rs208 pub async fn send_packet(&mut self, conn_id: u8, pkt: DataPacket) { in send_packet() method
/packages/modules/adb/
Dtransport.cpp564 void send_packet(apacket* p, atransport* t) { in send_packet() function