Searched refs:SLOT_WRITE_BIT (Results 1 – 2 of 2) sorted by relevance
36 #define SLOT_WRITE_BIT(i) (1UL << (i - 1)) macro199 … xEventGroupClearBits(l2cap_local_param.tx_event_group, SLOT_WRITE_BIT(i) | SLOT_CLOSE_BIT(i)); in l2cap_malloc_slot()976 … xEventGroupSetBits(l2cap_local_param.tx_event_group, SLOT_WRITE_BIT(serial)); in btc_l2cap_cb_handler()1063 …xEventGroupWaitBits(l2cap_local_param.tx_event_group, SLOT_WRITE_BIT(serial) | SLOT_CLOSE_BIT(seri… in l2cap_vfs_write()1070 } else if (tx_event_group_val & SLOT_WRITE_BIT(serial)) { in l2cap_vfs_write()
34 #define SLOT_WRITE_BIT(i) (1UL << (i - 1)) macro156 … xEventGroupClearBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(i) | SLOT_CLOSE_BIT(i)); in spp_malloc_slot()1127 xEventGroupSetBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(serial)); in btc_spp_cb_handler()1493 …xEventGroupWaitBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(serial) | SLOT_CLOSE_BIT(serial… in spp_vfs_write()1500 } else if (tx_event_group_val & SLOT_WRITE_BIT(serial)) { in spp_vfs_write()