Home
last modified time | relevance | path

Searched refs:bte_main_hci_send (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/main/
Dbte_main.c231 void bte_main_hci_send (BT_HDR *p_msg, UINT16 event) in bte_main_hci_send() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1258 bte_main_hci_send(p_buf, (UINT16)(BT_EVT_TO_LM_HCI_ACL | LOCAL_BLE_CONTROLLER_ID)); in l2c_link_send_to_lower()
1263 bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL); in l2c_link_send_to_lower()
1317 bte_main_hci_send(p_buf, (UINT16)(BT_EVT_TO_LM_HCI_ACL | LOCAL_BLE_CONTROLLER_ID)); in l2c_link_send_to_lower()
1321 bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL); in l2c_link_send_to_lower()
Dl2c_main.c109 bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h83 void bte_main_hci_send(BT_HDR *p_msg, UINT16 event);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c290 bte_main_hci_send(p_buf, (UINT16)(BT_EVT_TO_LM_HCI_SCO | LOCAL_BLE_CONTROLLER_ID)); in hci_sco_data_to_lower()