HomeSort by relevance Sort by last modified time
    Searched refs:port_allocate_port (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 226 extern tPORT *port_allocate_port (UINT8 dlci, BD_ADDR bd_addr);
port_utils.c 53 ** Function port_allocate_port
63 tPORT *port_allocate_port (UINT8 dlci, BD_ADDR bd_addr) function
89 RFCOMM_TRACE_DEBUG("port_allocate_port:bd_addr:%02x:%02x:%02x:%02x:%02x:%02x",
port_api.c 121 if ((p_port = port_allocate_port (dlci, bd_addr)) == NULL)
    [all...]

Completed in 184 milliseconds