OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCI_CMD_TO_LOWER
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/include/
bt_target.h
681
#ifndef
HCI_CMD_TO_LOWER
682
#define
HCI_CMD_TO_LOWER
(p) bte_main_hci_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_CMD);
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
432
#ifndef
HCI_CMD_TO_LOWER
433
#define
HCI_CMD_TO_LOWER
(p) bte_hcisu_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_CMD);
[
all
...]
/external/bluetooth/bluedroid/stack/btu/
btu_hcif.c
502
HCI_CMD_TO_LOWER
(p_buf);
[
all
...]
/external/bluetooth/bluedroid/stack/hcic/
hcicmds.c
38
#define btu_hcif_send_cmd(p1, p2)
HCI_CMD_TO_LOWER
((p2))
[
all
...]
Completed in 32 milliseconds