Home
last modified time | relevance | path

Searched refs:SLOT_WRITE_BIT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c36 #define SLOT_WRITE_BIT(i) (1UL << (i - 1)) macro
199 … 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()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c34 #define SLOT_WRITE_BIT(i) (1UL << (i - 1)) macro
156 … 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()