Home
last modified time | relevance | path

Searched defs:intercept_packet (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.cc132 ::rust::Fn<InterceptAction(uint8_t tcb_idx, ::rust::Vec<uint8_t> buffer)> in StoreCallbacksFromRust()
/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs116 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet() function