Home
last modified time | relevance | path

Searched refs:sock_send_all (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/include/
Dbtif_sock_util.h35 int sock_send_all(int sock_fd, const uint8_t* buf, int len);
/system/bt/btif/src/
Dbtif_sock_util.c58 int sock_send_all(int sock_fd, const uint8_t* buf, int len) in sock_send_all() function
Dbtif_sock_rfc.c437 …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()
Dbtif_sock_l2cap.c389 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()