OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sock_send_all
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_sock_util.h
62
int
sock_send_all
(int sock_fd, const uint8_t* buf, int len);
/external/bluetooth/bluedroid/btif/src/
btif_sock_util.c
72
int
sock_send_all
(int sock_fd, const uint8_t* buf, int len)
function
btif_sock_rfc.c
519
if(
sock_send_all
(rs->fd, (const uint8_t*)&rs->scn, sizeof(rs->scn)) == sizeof(rs->scn))
547
else if(
sock_send_all
(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs))
[
all
...]
Completed in 27 milliseconds