Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c37 #define SLOT_CLOSE_BIT(i) (1UL << (i + BTA_JV_MAX_L2C_CONN - 1)) macro
199 … xEventGroupClearBits(l2cap_local_param.tx_event_group, SLOT_WRITE_BIT(i) | SLOT_CLOSE_BIT(i)); in l2cap_malloc_slot()
246 xEventGroupSetBits(l2cap_local_param.tx_event_group, SLOT_CLOSE_BIT(slot->serial)); in l2cap_free_slot()
1063 …pWaitBits(l2cap_local_param.tx_event_group, SLOT_WRITE_BIT(serial) | SLOT_CLOSE_BIT(serial), pdTRU… in l2cap_vfs_write()
1065 if (tx_event_group_val & SLOT_CLOSE_BIT(serial)) { in l2cap_vfs_write()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c35 #define SLOT_CLOSE_BIT(i) (1UL << (i + MAX_RFC_PORTS - 1)) macro
156 … xEventGroupClearBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(i) | SLOT_CLOSE_BIT(i)); in spp_malloc_slot()
283 xEventGroupSetBits(spp_local_param.tx_event_group, SLOT_CLOSE_BIT(slot->serial)); in spp_free_slot()
1493 …oupWaitBits(spp_local_param.tx_event_group, SLOT_WRITE_BIT(serial) | SLOT_CLOSE_BIT(serial), pdTRU… in spp_vfs_write()
1495 if (tx_event_group_val & SLOT_CLOSE_BIT(serial)) { in spp_vfs_write()