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
50 bool socket_listen(const socket_t *socket, port_t port);
/system/bt/hci/src/
Dhci_inject.c50 static const port_t LISTEN_PORT = 8873;
/system/bt/osi/src/
Dsocket.c93 bool socket_listen(const socket_t *socket, port_t port) { in socket_listen()