Searched refs:buff_semaphore (Results 1 – 1 of 1) sorted by relevance
2343 static SemaphoreHandle_t buff_semaphore = NULL ; in l2ble_update_att_acl_pkt_num() local2347 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 …]