Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2343 static SemaphoreHandle_t buff_semaphore = NULL ; in l2ble_update_att_acl_pkt_num() local
2347 if(buff_semaphore == NULL && type != L2CA_BUFF_INI){ in l2ble_update_att_acl_pkt_num()
2354 xSemaphoreTake(buff_semaphore, portMAX_DELAY); in l2ble_update_att_acl_pkt_num()
2356 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2360 xSemaphoreTake(buff_semaphore, portMAX_DELAY); in l2ble_update_att_acl_pkt_num()
2362 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2366 xSemaphoreTake(buff_semaphore, portMAX_DELAY); in l2ble_update_att_acl_pkt_num()
2368 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2372 xSemaphoreTake(buff_semaphore, portMAX_DELAY); in l2ble_update_att_acl_pkt_num()
2374 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
[all …]