Searched refs:BT_SUB_EVT_MASK (Results 1 – 3 of 3) sorted by relevance
72 btu_hcif_process_event((uint8_t)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()77 btu_hcif_send_cmd((uint8_t)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
215 uint16_t sub_event = event & BT_SUB_EVT_MASK; /* local controller ID */ in bte_main_hci_send()
53 #define BT_SUB_EVT_MASK 0x00FF macro