Home
last modified time | relevance | path

Searched refs:socket_write (Results 1 – 2 of 2) sorted by relevance

/system/bt/osi/include/
Dsocket.h79 ssize_t socket_write(const socket_t *socket, const void *buf, size_t count);
/system/bt/osi/src/
Dsocket.c139 ssize_t socket_write(const socket_t *socket, const void *buf, size_t count) { in socket_write() function
154 return socket_write(socket, buf, count); in socket_write_and_transfer_fd()