Searched defs:InterceptAction (Results 1 – 4 of 4) sorted by relevance
110 enum InterceptAction { enum147 type InterceptAction; typedef153 intercept_packet: fn(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction, in StoreCallbacksFromRust()
114 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet()
33 enum class InterceptAction { enum
745 using InterceptAction = ::bluetooth::shim::arbiter::InterceptAction; typedef