Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_sock_util.h61 int sock_send_fd(int sock_fd, const uint8_t* buffer, int len, int send_fd);
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_util.c109 int sock_send_fd(int sock_fd, const uint8_t* buf, int len, int send_fd) in sock_send_fd() function
Dbtif_sock_rfc.c554 if(sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == sizeof(cs)) in send_app_connect_signal()