Searched refs:sock_send_fd (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_sock_util.h | 32 int sock_send_fd(int sock_fd, const uint8_t* buffer, int len, int send_fd);
|
/system/bt/btif/src/ |
D | btif_sock_util.cc | 94 int sock_send_fd(int sock_fd, const uint8_t* buf, int len, int send_fd) { in sock_send_fd() function
|
D | btif_sock_rfc.cc | 481 return sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == in send_app_connect_signal()
|
D | btif_sock_l2cap.cc | 384 if (sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == in send_app_connect_signal()
|