OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcap_send_data
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/health/
mcap_internal.h
131
int
mcap_send_data
(int sock, const void *buf, uint32_t size);
mcap.c
196
if (
mcap_send_data
(g_io_channel_unix_get_fd(mcl->cc), cmd, size) < 0) {
334
int
mcap_send_data
(int sock, const void *buf, uint32_t size)
function
368
sent =
mcap_send_data
(sock, cmd, sizeof(mcap_rsp) + len);
[
all
...]
mcap_sync.c
108
return
mcap_send_data
(sock, buf, size);
Completed in 20 milliseconds