Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_arbiter_acl_arbiter.cc28 InterceptAction AclArbiter::InterceptAttPacket(uint8_t /* tcb_idx */, in InterceptAttPacket() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.h44 InterceptAction InterceptAttPacket(uint8_t tcb_idx, const BT_HDR* packet);
Dacl_arbiter.cc64 InterceptAction AclArbiter::InterceptAttPacket(uint8_t tcb_idx, in InterceptAttPacket() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc747 auto decision = bluetooth::shim::arbiter::GetArbiter().InterceptAttPacket( in gatt_le_data_ind()