Home
last modified time | relevance | path

Searched refs:port_find_port (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_int.h235 tPORT* port_find_port(uint8_t dlci, const RawAddress& bd_addr);
Dport_utils.cc360 tPORT* port_find_port(uint8_t dlci, const RawAddress& bd_addr) { in port_find_port() function
Dport_api.cc141 p_port = port_find_port(dlci, bd_addr); in RFCOMM_CreateConnectionWithSecurity()