Searched refs:sock_send_all (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_sock_util.h | 35 int sock_send_all(int sock_fd, const uint8_t* buf, int len);
|
/system/bt/btif/src/ |
D | btif_sock_util.c | 58 int sock_send_all(int sock_fd, const uint8_t* buf, int len) in sock_send_all() function
|
D | btif_sock_rfc.c | 437 …return sock_send_all(slot->fd, (const uint8_t*)&slot->scn, sizeof(slot->scn)) == sizeof(slot->scn); in send_app_scn() 449 return sock_send_all(fd, (const uint8_t *)&cs, sizeof(cs)) == sizeof(cs); in send_app_connect_signal()
|
D | btif_sock_l2cap.c | 389 return sock_send_all(sock->our_fd, (const uint8_t*)&sock->channel, sizeof(sock->channel)) in send_app_psm_or_chan_l() 407 } else if (sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs)) { in send_app_connect_signal()
|