Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dsocket.h51 bool socket_listen(const socket_t* socket, port_t port);
/system/bt/hci/src/
Dhci_inject.cc88 if (!socket_listen(listen_socket, LISTEN_PORT)) goto error; in hci_inject_open()
/system/bt/osi/src/
Dsocket.cc94 bool socket_listen(const socket_t* socket, port_t port) { in socket_listen() function