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.h33 int sock_send_all(int sock_fd, const uint8_t* buf, int len);
/system/bt/btif/src/
Dbtif_sock_util.cc63 int sock_send_all(int sock_fd, const uint8_t* buf, int len) { in sock_send_all() function
Dbtif_sock_rfc.cc465 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()
Dbtif_sock_l2cap.cc369 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()