OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bte_main_hci_send
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/main/
bte_main.c
495
** Function
bte_main_hci_send
505
void
bte_main_hci_send
(BT_HDR *p_msg, UINT16 event)
function
/external/bluetooth/bluedroid/include/
bt_target.h
747
BT_API extern void
bte_main_hci_send
(BT_HDR *p_msg, UINT16 event);
758
#define HCI_ACL_DATA_TO_LOWER(p)
bte_main_hci_send
((BT_HDR *)(p), BT_EVT_TO_LM_HCI_ACL);
762
#define HCI_BLE_ACL_DATA_TO_LOWER(p)
bte_main_hci_send
((BT_HDR *)(p), (UINT16)(BT_EVT_TO_LM_HCI_ACL|LOCAL_BLE_CONTROLLER_ID));
767
#define HCI_SCO_DATA_TO_LOWER(p)
bte_main_hci_send
((BT_HDR *)(p), BT_EVT_TO_LM_HCI_SCO);
772
#define HCI_CMD_TO_LOWER(p)
bte_main_hci_send
((BT_HDR *)(p), BT_EVT_TO_LM_HCI_CMD);
777
#define HCI_LM_DIAG_TO_LOWER(p)
bte_main_hci_send
((BT_HDR *)(p), BT_EVT_TO_LM_DIAG);
[
all
...]
Completed in 278 milliseconds