Home
last modified time | relevance | path

Searched defs:InterceptAction (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.h33 enum class InterceptAction { enum
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs109 enum InterceptAction { enum
146 type InterceptAction; typedef
152 intercept_packet: fn(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction, in StoreCallbacksFromRust()
Darbiter.rs116 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet()