Searched refs:intercept_packet (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/arbiter/ |
D | acl_arbiter.cc | 39 intercept_packet; 76 return callbacks_.intercept_packet(tcb_idx, std::move(vec)); in InterceptAttPacket() 133 intercept_packet, in StoreCallbacksFromRust() 138 callbacks_ = {on_le_connect, on_le_disconnect, intercept_packet, in StoreCallbacksFromRust()
|
D | acl_arbiter.h | 62 intercept_packet,
|
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | arbiter.rs | 34 intercept_packet, in initialize_arbiter() 116 fn intercept_packet(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction { in intercept_packet() function
|
D | ffi.rs | 152 intercept_packet: fn(tcb_idx: u8, packet: Vec<u8>) -> InterceptAction, in StoreCallbacksFromRust()
|