Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dsocket.h50 bool socket_listen(const socket_t *socket, port_t port);
/system/bt/hci/src/
Dhci_inject.c88 if (!socket_listen(listen_socket, LISTEN_PORT)) in hci_inject_open()
/system/bt/osi/src/
Dsocket.c93 bool socket_listen(const socket_t *socket, port_t port) { in socket_listen() function