Searched refs:sock_send_all (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_sock_util.h | 33 int sock_send_all(int sock_fd, const uint8_t* buf, int len);
|
/system/bt/btif/src/ |
D | btif_sock_util.cc | 63 int sock_send_all(int sock_fd, const uint8_t* buf, int len) { in sock_send_all() function
|
D | btif_sock_rfc.cc | 465 return sock_send_all(slot->fd, (const uint8_t*)&slot->scn, in send_app_scn() 479 return sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs); in send_app_connect_signal()
|
D | btif_sock_l2cap.cc | 369 return sock_send_all(sock->our_fd, (const uint8_t*)&sock->channel, in send_app_psm_or_chan_l() 390 } else if (sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs)) { in send_app_connect_signal()
|