Home
last modified time | relevance | path

Searched refs:BT_EVT_TO_LM_HCI_ACL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1252 bte_main_hci_send(p_buf, (UINT16)(BT_EVT_TO_LM_HCI_ACL | LOCAL_BLE_CONTROLLER_ID)); in l2c_link_send_to_lower()
1257 bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL); in l2c_link_send_to_lower()
1311 bte_main_hci_send(p_buf, (UINT16)(BT_EVT_TO_LM_HCI_ACL | LOCAL_BLE_CONTROLLER_ID)); in l2c_link_send_to_lower()
1315 bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL); in l2c_link_send_to_lower()
Dl2c_main.c105 bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL);
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h80 #define BT_EVT_TO_LM_HCI_ACL 0x2100 /* HCI ACL Data */ macro