Home
last modified time | relevance | path

Searched refs:intercept_packet (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.cc38 ::rust::Fn<InterceptAction(uint8_t tcb_idx, ::rust::Vec<uint8_t> buffer)> intercept_packet;
74 return callbacks_.intercept_packet(tcb_idx, std::move(vec)); in InterceptAttPacket()
128 ::rust::Fn<InterceptAction(uint8_t tcb_idx, ::rust::Vec<uint8_t> buffer)> intercept_packet, in StoreCallbacksFromRust() argument
133 callbacks_ = {on_le_connect, on_le_disconnect, intercept_packet, in StoreCallbacksFromRust()
Dacl_arbiter.h61 ::rust::Fn<InterceptAction(uint8_t tcb_idx, ::rust::Vec<uint8_t> buffer)> intercept_packet,
/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs31 intercept_packet, in initialize_arbiter()
113 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet() function
Dffi.rs145 intercept_packet: fn(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction, in StoreCallbacksFromRust()