Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc43 int PORT_FlowControl_MaxCredit(uint16_t /* handle */, bool /* enable */) { in PORT_FlowControl_MaxCredit() function
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h381 [[nodiscard]] int PORT_FlowControl_MaxCredit(uint16_t handle, bool enable);
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc625 int PORT_FlowControl_MaxCredit(uint16_t handle, bool enable) { in PORT_FlowControl_MaxCredit() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc944 if (PORT_FlowControl_MaxCredit(slot->rfc_port_handle, true) != PORT_SUCCESS) { in flush_incoming_que_on_wr_signal()