Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/main/
Dbte_main.c233 UINT16 sub_event = event & BT_SUB_EVT_MASK; /* local controller ID */ in bte_main_hci_send()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c159 btu_hcif_process_event ((UINT8)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
170 btu_hcif_send_cmd ((UINT8)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h48 #define BT_SUB_EVT_MASK 0x00FF macro