Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dsocket.h28 typedef uint16_t port_t; typedef
51 bool socket_listen(const socket_t* socket, port_t port);
/system/bt/hci/src/
Dhci_inject.cc58 static const port_t LISTEN_PORT = 8873;
/system/bt/osi/src/
Dsocket.cc92 bool socket_listen(const socket_t* socket, port_t port) { in socket_listen()