Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_bt_ble.c305 if (le_cb->remote_ble_info[inx].ble_buff_mutex) { in rsi_ble_update_le_dev_buf()
306 osMutexAcquire(le_cb->remote_ble_info[inx].ble_buff_mutex, 0xFFFFFFFFUL); in rsi_ble_update_le_dev_buf()
310 if (le_cb->remote_ble_info[inx].ble_buff_mutex) { in rsi_ble_update_le_dev_buf()
311 osMutexRelease(le_cb->remote_ble_info[inx].ble_buff_mutex); in rsi_ble_update_le_dev_buf()
340 le_cb->remote_ble_info[inx].ble_buff_mutex = osMutexNew(NULL); in rsi_add_remote_ble_dev_info()
371 if (le_cb->remote_ble_info[inx].ble_buff_mutex) { in rsi_remove_remote_ble_dev_info()
372 osMutexDelete(le_cb->remote_ble_info[inx].ble_buff_mutex); in rsi_remove_remote_ble_dev_info()
2025 if (le_cb->remote_ble_info[inx].ble_buff_mutex) { in rsi_bt_prepare_le_pkt()
2026 osMutexAcquire(le_cb->remote_ble_info[inx].ble_buff_mutex, 0xFFFFFFFFUL); in rsi_bt_prepare_le_pkt()
2030 if (le_cb->remote_ble_info[inx].ble_buff_mutex) { in rsi_bt_prepare_le_pkt()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_bt_common.h281 osMutexId_t ble_buff_mutex; member