Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_utils.cc129 tRFC_MCB* rfc_alloc_multiplexer_channel(const RawAddress& bd_addr, bool is_initiator) { in rfc_alloc_multiplexer_channel() function
Drfc_l2cap_if.cc92 tRFC_MCB* p_mcb = rfc_alloc_multiplexer_channel(bd_addr, false); in RFCOMM_ConnectInd()
Drfc_int.h223 tRFC_MCB* rfc_alloc_multiplexer_channel(const RawAddress& bd_addr, bool is_initiator);
Dport_rfc.cc71 tRFC_MCB* p_mcb = rfc_alloc_multiplexer_channel(p_port->bd_addr, true); in port_open_continue()