Searched refs:buf_count (Results 1 – 2 of 2) sorted by relevance
460 … bt_cb->remote_ble_info[bt_cb->remote_ble_index].max_buf_cnt = (buf_info->buf_count * 10); in rsi_driver_process_bt_resp()461 … bt_cb->remote_ble_info[bt_cb->remote_ble_index].avail_buf_cnt = (buf_info->buf_count * 10); in rsi_driver_process_bt_resp()464 bt_cb->remote_ble_info[bt_cb->remote_ble_index].max_buf_cnt = buf_info->buf_count; in rsi_driver_process_bt_resp()465 bt_cb->remote_ble_info[bt_cb->remote_ble_index].avail_buf_cnt = buf_info->buf_count; in rsi_driver_process_bt_resp()
1559 uint8_t buf_count; member