Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1249 bte_main_hci_send(p_buf, (UINT16)(BT_EVT_TO_LM_HCI_ACL | LOCAL_BLE_CONTROLLER_ID)); in l2c_link_send_to_lower()
1254 bte_main_hci_send(p_buf, BT_EVT_TO_LM_HCI_ACL); in l2c_link_send_to_lower()
1308 bte_main_hci_send(p_buf, (UINT16)(BT_EVT_TO_LM_HCI_ACL | LOCAL_BLE_CONTROLLER_ID)); in l2c_link_send_to_lower()
1312 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);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h80 #define BT_EVT_TO_LM_HCI_ACL 0x2100 /* HCI ACL Data */ macro