Searched refs:ble_buff_mutex (Results 1 – 2 of 2) sorted by relevance
305 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 …]
281 osMutexId_t ble_buff_mutex; member