/external/bluetooth/bluedroid/btif/src/ |
btif_sock_thread.c | 326 sock_cmd_t* cmd_send = &cmd; local 331 cmd_send = (sock_cmd_t*)alloca(size_send); 332 if(cmd_send) 334 *cmd_send = cmd; 335 memcpy(cmd_send + 1, data, size); 343 return send(ts[h].cmd_fdw, cmd_send, size_send, 0) == size_send;
|
/external/qemu/ |
bt-host.c | 182 s->hci.cmd_send = bt_host_cmd;
|
bt-vhci.c | 60 s->info->cmd_send(s->info, pkt, pktlen);
|
net.h | 102 void (*cmd_send)(struct HCIInfo *hci, const uint8_t *data, int len); member in struct:HCIInfo
|
vl-android.c | 721 .cmd_send = null_hci_send, [all...] |
vl.c | 525 .cmd_send = null_hci_send, [all...] |
/external/qemu/hw/ |
bt-hci-csr.c | 202 s->hci->cmd_send(s->hci, pkt, s->in_len - 1);
|
bt-hci.c | [all...] |