Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_arbiter_acl_arbiter.cc33 void AclArbiter::OnOutgoingMtuReq(uint8_t /* tcb_idx */) {} in OnOutgoingMtuReq() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.h46 void OnOutgoingMtuReq(uint8_t tcb_idx);
Dacl_arbiter.cc79 void AclArbiter::OnOutgoingMtuReq(uint8_t tcb_idx) { in OnOutgoingMtuReq() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc721 bluetooth::shim::arbiter::GetArbiter().OnOutgoingMtuReq(tcb_idx); in GATTC_ConfigureMTU()