HomeSort by relevance Sort by last modified time
    Searched full:bte_main_hci_send (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/main/
bte_main.c 576 ** Function bte_main_hci_send
586 void bte_main_hci_send (BT_HDR *p_msg, UINT16 event) function
  /external/bluetooth/bluedroid/include/
bt_target.h 657 BT_API extern void bte_main_hci_send (BT_HDR *p_msg, UINT16 event);
668 #define HCI_ACL_DATA_TO_LOWER(p) bte_main_hci_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_ACL);
672 #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));
677 #define HCI_SCO_DATA_TO_LOWER(p) bte_main_hci_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_SCO);
682 #define HCI_CMD_TO_LOWER(p) bte_main_hci_send((BT_HDR *)(p), BT_EVT_TO_LM_HCI_CMD);
687 #define HCI_LM_DIAG_TO_LOWER(p) bte_main_hci_send((BT_HDR *)(p), BT_EVT_TO_LM_DIAG);
    [all...]

Completed in 184 milliseconds